npm install
npm install -g json-server
npm run db-start
json-server --watch db.json
npm run serve
npm run build
npm run lint
See there.
npm install
npm install -g json-server
npm run db-start
json-server --watch db.json
npm run serve
npm run build
npm run lint
See there.