Skip to content

chainnguyen/spotify-react-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify React Web (Clone) Read me

Technologies

Project is created with:

  • Vite: 4.1.0
  • ReactJS: 18.2.0
  • Redux-toolkit: 2.9.11
  • React-hook-form: 7.43.5
  • React-i18next: 12.2.0
  • TypeScript: 4.9.3
  • Eslint: 8.31.0
  • Prettier: 2.8.1

Setup

yarn | npm install

Create a global .env.{development|staging|production} file from .env.example

.env.development

VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=http://localhost:8080/

.env.staging

VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/stag

.env.production

VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/prod

Compiles and hot-reloads for development

yarn dev | npm run dev

Compiles and build each of environments

yarn build:development | npm run build:development
yarn build:staging | npm run build:staging
yarn build:production | npm run build:production

Lints and fixes files

yarn lint | npm run lint

Commit guide and changelog

See more COMMIT_GUIDE.md and CHANGELOG.md.

Show your support

Give a ⭐ if you like this website!

License

Copyright by Chain Nguyễn.

Shout-out to Spotify's team Spotify

About

Spotify player that allows you to listen to music with improved quality in various situations cloned using ReactJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published