Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
/ hapi-boilerplate Public archive

Hapi v19 server base template

Notifications You must be signed in to change notification settings

blumoon/hapi-boilerplate

Repository files navigation

Server name here

Dependency Status Known Vulnerabilities

Server description here

Development

Fix the package name first before installing dependencies.

Put sensitive dev keys and local configs to /config.json which is merged inside /config.js. All keys must be on first level.

{
  "awsAccessKeyId": "AWSACCESSKEYID",
  "awsSecretAccessKey": "aWsS3crEtAcCes5KEy",
  "appIndex": "http://localhost:8080",
  "s3Bucket": "porns"
}

Recomended code change watcher is nodemon.

npm install -g nodemon
nodemon .

Deployment

Includes ebs/.ebextensions for AWS Elastic Beanstalk archives

Remove private: true on package.json to publish.

About

Hapi v19 server base template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published