npm install
npm run serve
npm run build
npm run test:unit
npm run lint
npm run json-server
- This will start server with db.json as api output (http://localhost:3000/message), but we don't need this for this.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
npm run json-server