A front-end only music player I made just because I was bored, but it turned out to be good.
- Clone the repo
cd
into dir and runyarn install
- To run a dummy database, run
json-server --watch db.json --port 4000
- To start the project, run
yarn start
- Visit
http://localhost:3000