A music player use ZingMp3 API
- Move path
$ cd server
- Install package dependencies
$ yarn install # npm install
- Run server
$ yarn start # npm run start
- Clone the project
$ git clone https://github.com/phamhiep2506/music-player
- Install package dependencies
$ yarn install # npm install
- Copy .env.example to .env
# Port Open App Reactjs
PORT=4200
REACT_APP_BASE_URL_API="http://localhost:3000"
REACT_APP_PATH_API="/api"
- Run app
$ yarn start # npm run start