Go to file
Kamil Myśliwiec 006580392f bump: update dependencies versions 2018-04-28 18:14:07 +02:00
src bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
test bugfix: fix broken unit test example 2018-04-28 18:04:45 +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: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +02:00
nodemon.json feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
package-lock.json bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
package.json bump: update dependencies versions 2018-04-28 18:14:07 +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.