Go to file
Kamil Mysliwiec 23d54bb4bd
Merge pull request #134 from KonradLinkowski/patch-1
Update LICENSE url in README.md
2019-05-22 13:38:39 +02:00
src fix(): remove tsconfig paths in nodemon, remove prefixes 2019-04-21 14:59:06 +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 Update LICENCE url in README.md 2019-05-16 10:45:52 +02:00
nodemon-debug.json tsconfig-paths/register to debug task so base url references work 2018-10-13 08:42:44 -06:00
nodemon.json fix(): remove tsconfig paths in nodemon, remove prefixes 2019-04-21 14:59:06 +02:00
package.json Allow concurrently to pass input to nodemon 2019-04-23 19:10:30 +01:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json Keep tsbuildinfo in dist, don't remove it 2019-04-18 21:34:10 +01:00
tslint.json feature: compatibility with various IDEs 2018-12-07 12:51:42 +01: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

# 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.