nest-server

0.3.0-alpha.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nest-server

Weekly Downloads

1

Version

0.3.0-alpha.0

License

MIT

Unpacked Size

5.52 MB

Total Files

619

Last publish

Collaborators

  • vellengs