Single Page App that works similar to Spotify Web App.
-
Clone the repository.
-
In root folder run
yarn installornpm installto install all dependencies. -
Install json-server globally in your machine with
npm install -g json-serveroryarn global add json-server( json-server ). -
Run json-server in root folder
json-server server.json -3001 -w -d 500*if it does not work trynpx json-server server.json -3001 -w -d 500 -
In root folder run
yarn installornpm startto run the App in dev mode. -
Visit
localhost:3000to access the app in the browser.
