Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 444 Bytes

Nest Logo

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod