0.2.0 • Published 2 years ago

nestarter v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start:dev

# watch mode
$ npm run dev

# production mode
$ npm run start

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.