Getting started

Install JSON Server

npm install -g json-server

Start JSON Server

json-server --watch data/db.json

Inside the project folder run:

npm install

After all the required dependencies are installed run the project:

npm start

Open http://localhost:3000 (http://localhost:3001) to view it in the browser.