Go to file
onozaty 17a8aa386e Fix incorrect regular expression in testRegex
The following file was also a regular expression that would match.
* appe2e-spec.ts
* appe2e-specxts
2023-12-28 16:48:51 +09: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: close a tag 2022-08-03 23:06:53 -03:00
nest-cli.json chore: enable output dir auto-remove 2022-08-01 20:15:21 -04:00
package-lock.json chore(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 2023-10-19 13:01:55 +00:00
package.json Merge pull request #267 from LinkFly/patch-1 2023-10-24 12:20:07 +02:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json chore(tsconfig): changed target to es2021 2023-10-28 07:59:57 -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.

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.