Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 351 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 351 Bytes

koala server

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod