Go to file
Kamil Mysliwiec 2c8a5e90f0
Merge pull request #131 from nestjs/renovate/nestjs-testing-6.x
chore(deps): update dependency @nestjs/testing to v6.1.1
2019-04-15 13:35:06 +02:00
src feature: compatibility with various IDEs 2018-12-07 12:51:42 +01: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 add missing dollar sign 2019-02-01 14:32:32 +08: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 chore(deps): update dependency @nestjs/testing to v6.1.1 2019-04-15 10:08:59 +00:00
tsconfig.build.json config() update typescript configuration 2019-01-18 14:25:04 +01:00
tsconfig.json config() revert baseUrl in tsconfig 2019-01-18 14:34:05 +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.