install json-server:
npm install json-server
start server:
json-server --watch db.json
if it not works, try this:
npx json-server --watch db.json
npm install
npm run serve
npm run build
npm run lint
install json-server:
npm install json-server
start server:
json-server --watch db.json
if it not works, try this:
npx json-server --watch db.json
npm install
npm run serve
npm run build
npm run lint