Single Page App that works similar to Spotify Web App.
-
Clone the repository.
-
In root folder run
yarn install
ornpm install
to install all dependencies. -
Install json-server globally in your machine with
npm install -g json-server
oryarn 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 install
ornpm start
to run the App in dev mode. -
Visit
localhost:3000
to access the app in the browser.