Go to file
Kamil Myśliwiec 8defb42049
lint(): disable no explicit any
2020-01-26 11:53:57 +01: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
.eslintrc.js lint(): disable no explicit any 2020-01-26 11:53:57 +01: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 README.md 2020-01-08 13:01:44 +01:00
nest-cli.json feat() add nest-cli.json 2019-09-25 11:23:05 +02:00
package-lock.json deps(): migrate from tslint to eslint 2020-01-18 22:23:35 +01:00
package.json fix(): add libs and apps to lint script 2020-01-25 12:31:37 +01:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json config(): change target to es2017 2019-06-24 21:26:18 +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 Discord 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.