npm install
For the backend, you need to install json-server
npm i -g json-server
or
npm i json-server
Then to run it:
json-server --watch db.json
To run the app:
npm run serve
npm install
For the backend, you need to install json-server
npm i -g json-server
or
npm i json-server
Then to run it:
json-server --watch db.json
To run the app:
npm run serve