Go to file
Kamil Mysliwiec e5c4188615
Merge pull request #316 from nestjs/dependabot/npm_and_yarn/multi-24bbd5359e
chore(deps): bump webpack and @nestjs/cli
2024-10-16 12:05:37 +02:00
src chore: remove unnecessary type 2022-08-19 12:57:54 -05:00
test Fix incorrect regular expression in testRegex 2023-12-28 16:48:51 +09:00
.eslintrc.js fix: format all files 2022-10-05 12:10:39 +02:00
.gitignore chore(.gitignore): added .webpack and .serverless folder 2022-08-01 07:19:29 -03:00
.prettierrc fix: format all files 2022-10-05 12:10:39 +02:00
README.md chore: update readme 2024-08-19 12:26:13 +02:00
nest-cli.json chore: enable output dir auto-remove 2022-08-01 20:15:21 -04:00
package-lock.json Merge pull request #316 from nestjs/dependabot/npm_and_yarn/multi-24bbd5359e 2024-10-16 12:05:37 +02:00
package.json Merge pull request #316 from nestjs/dependabot/npm_and_yarn/multi-24bbd5359e 2024-10-16 12:05:37 +02:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json enable `forceConsistentCasingInFileNames` for tsc compiler options 2024-10-12 11:13:28 -04:00

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Resources

Check out a few resources that may come in handy when working with NestJS:

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.