Skip to content

patelmayankce/hapi-18-boilerplate

Repository files navigation

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

About

Hapi Boilerplate for API to kick start project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published