A lightweight typescript annotation based MEAN(Mongodb Express Angular2+ Nodejs).
# clone our repo
# --depth 1 removes all but one .git commit history
$ git clone --depth 1 https://github.com/vellengs/typerx.git
# change directory to our repo
$ cd typerx
# install the repo with npm
$ npm install
# start the server
$ npm start
# 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