Go to file
Kamil Myśliwiec 618fa48ca4
Merge pull request #57 from elylucas/master
feature: add tsconfig-paths/register to debug task
2018-10-16 01:46:07 +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 tsconfig-paths/register to debug task so base url references work 2018-10-13 08:42:44 -06:00
nodemon.json feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
package.json feature: add build command 2018-09-07 13:41:55 +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

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.