andre.borges a0e7a49762 | 2 anni fa | |
---|---|---|
src | 2 anni fa | |
.env | 2 anni fa | |
.eslintrc.js | 2 anni fa | |
.gitignore | 2 anni fa | |
.prettierrc | 2 anni fa | |
README.md | 2 anni fa | |
nest-cli.json | 2 anni fa | |
package.json | 2 anni fa | |
tsconfig.build.json | 2 anni fa | |
tsconfig.json | 2 anni fa |
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
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.
Nest is MIT licensed.