npm install
npm run dev
npm start
Runs on localhost:4200 by default but can be configured using the PORT
environment variable.
is automatically created after run, by default on: http://localhost:4200/api-docs/
npm test
# Watch repo
npm run test:watch
npm run lint
# fix issues
npm run lint:fix