Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 181 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 181 Bytes

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod