Go to file
dependabot[bot] 17a49c7eea
chore(deps): bump browserslist from 4.16.3 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 01:07:03 +00: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 chore(): upgrade deps 2021-02-26 09:13:19 +01:00
.gitignore Update .gitignore 2020-11-27 09:29:16 +01:00
.prettierrc feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
README.md Update README.md 2020-11-16 10:19:40 +01:00
nest-cli.json feat() add nest-cli.json 2019-09-25 11:23:05 +02:00
package-lock.json chore(deps): bump browserslist from 4.16.3 to 4.16.6 2021-05-27 01:07:03 +00:00
package.json chore(): upgrade app deps 2021-03-26 10:30:25 +01:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json config(): remove exclude property 2020-06-01 11:16:45 +02: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 Support us

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.