Skip to content

toimc-team/nestjs-webpack-typeorm-template

Repository files navigation

项目说明

安装

$ npm install

运行脚本

# development
$ npm run start

# watch mode
$ npm run start:dev

# hot mode -> 但是注意webpack有一些支持不好的地方,比如GraphQL https://docs.nestjs.cn/8/recipes?id=%e7%83%ad%e9%87%8d%e8%bd%bd
$ npm run start:hot

# production mode
$ npm run start:prod

测试

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Awesome NestJS Boilerplate, Typescript, TypeORM, MongoDB, Swagger, Redis, ESLint, Pretter, Commitlint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published