Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 228 Bytes

Example: cleaner insert and update with Nest

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod