Skip to content

phamhiep2506/music-player

Repository files navigation

Music Player React Typescript

A music player use ZingMp3 API

Live Demo

Main technology

Install Server

  • Move path
$ cd server
  • Install package dependencies
$ yarn install # npm install
  • Run server
$ yarn start # npm run start

Install App

  • 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

Screenshot

Screenshot from 2022-06-25 14-09-25

Screenshot from 2022-06-25 14-11-07

Screenshot from 2022-06-25 14-12-07

Screenshot from 2022-06-25 14-13-33

CONTRIBUTING

CONTRIBUTING.md