Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 193 Bytes

File metadata and controls

20 lines (14 loc) · 193 Bytes

panel-api

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod