git clone
npm install
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm start
Then, run the json-server in the command line and it will be available at http://localhost:8000
.
npm start-server