$ npm install
- Create the
application.env
file containing database info in an external directory - Set the
CONF_SA_API_PATH
environmental variable to it's directory - (optional) Set the
CONF_MAINTAINER_MAP
for maintainer support - Run with an appropriate command:
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov