create-nestjs-hexagonal
v0.1.6
Published
NestJS Boilerplate With hexagonal architecture
Readme
Create NestJS Hexagonal & Clean Architecture
Description
Nest boilerplate which apply the hexagonal & clean architecture
Start
$ npx create-nestjs-hexagonal <project>Installation
$ npm installRunning the app
# development mode
$ npm run start:dev
# production mode
$ npm run start:prod