Go to file
Kamil Myśliwiec f346875387 feature: update to nest v5 2018-03-26 21:19:56 +02:00
src feature: update to nest v5 2018-03-26 21:19:56 +02:00
test feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
.gitignore feature: update to nest v5 2018-03-26 21:19:56 +02:00
.prettierrc feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
README.md feature: update to nest v5 2018-03-26 21:19:56 +02:00
nodemon.json feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
package-lock.json feature: update to nest v5 2018-03-26 21:19:56 +02:00
package.json feature: update to nest v5 2018-03-26 21:19:56 +02:00
tsconfig.json feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
tslint.json Update tslint.json 2018-03-02 07:03:15 +02:00
webpack.config.js feature: update to nest v5 2018-03-26 21:19:56 +02:00
yarn.lock Updated dependencies, added jest, ts-ject, supertest and supporting types. 2017-12-17 12:33:45 -05:00

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr

# production mode
npm run start:prod

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.