0.3.0-alpha.0 • Published 5 years ago

nest-server v0.3.0-alpha.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

nestx server

Server side for nestx

Quick start

# install the repo with npm
$ npm install

# start the server
$ npm start

Other commands

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov