Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 418 Bytes

My music player

Available Scripts

In the project directory, you can run:

json-server --watch db.json --port 8888

Runs the Json server fake REST API on port 8888 which is used in the application.
Open http://localhost:8888/songs to view the data in the browser.

yarn start or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.