npm install
npm run serve
npm run serve:backend
This command will run a simple json server with following endpoints
Data used by our backend are stored in a json file located at : data/db.json For each endpoint we have GET, POST, PUT and DELETE methods. For more information about json-server checkout documentation
npm run build
npm run test:unit
npm run test:e2e
npm run lint