Go to file
Kamil Myśliwiec a42149d436
refactor: move @types/node to the dependencies
2018-08-16 20:16:29 +02:00
src bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
test feature: update all dependencies 2018-08-16 20:09:22 +02:00
.gitignore Merge pull request #33 from nestjs/update/version-5 2018-05-13 11:13:22 +02:00
.prettierrc feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
README.md feature: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +02:00
nodemon-debug.json script: add debug command 2018-05-13 11:32:10 +02:00
nodemon.json feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
package-lock.json feature: update all dependencies 2018-08-16 20:15:17 +02:00
package.json refactor: move @types/node to the dependencies 2018-08-16 20:16:29 +02:00
tsconfig.json feature: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +02:00
tsconfig.spec.json feature: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +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.