0.0.1 • Published 6 months ago

nest-clean-arch-template v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

nest-clean-template

npm version License: MIT

Description

NestJS Clean Architecture Template

Installation

$ yarn install nest-clean-template

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

License

MIT licensed.