Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 549 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 549 Bytes

HAPI 18 Boilerplate

after clone this project to your computer, run following commands to install project

$ npm install

Please make sure latest Node 8+ LTS and NPM 5+ are installed.

use $ sudo npm install if you're on a mac.

Run Application in Local Env ( if local DB setup)

$ npm run start:local

Run Application in Development Env

$ npm run start:dev

OR

$ node server.js --development

Run Application in Production Env

$ npm run start:prod

OR

$ node server.js --prod