Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 288 Bytes

File metadata and controls

executable file
·
27 lines (17 loc) · 288 Bytes

Description

Typescript를 사용한 nestJS 프로젝트

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.