Description

Nest framework TypeScript boilerplate repository.

Installation

$ npm i

Running the app

# start
$ npm run start

# dev mode
$ npm run dev

# debug mode
$ npm run debug

# production mode
$ npm run start:prod