Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 432 Bytes

Nest Logo

Pre-requisites

  • Node version: +v16

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod