npm install
In this project I am using json-server for CRUD operation in .json
file. Already example file added at the root of this project db.json
.
npm install -g json-server
json-server --watch db.json
You can see more about json-server
npm run serve
npm run build
npm run lint