1.0.2 • Published 2 years ago
create-nestjs-temp v1.0.2
Description
Nest framework TypeScript starter repository.
Create boilderplate
$ npx create-nestjs-temp <folder_name>
Installation
$ yarn install
Migration
# auto generate migration file
$ yarn migration:create <migration_file_name>
# migration rollback
$ yarn migration:down
# run migration
$ yarn migration:latest
Running the app
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod