Skip to content

noobcola/hapijs-boilerplate-template-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hapi.js Boilerplate Project template

A simple Hapi.js boilerplate starter template.

Install

  • Install NVM or node.js directly
  • Update your npm: npm install npm -g. Use sudo if you're not using NVM.
  • Install required project modules (make sure to run this command in the directory where package.json is located at):
    • npm install
  • Run the web service: node index.js
  • Visit this URL: https://localhost:8000/
  • Done!

Other Info

Tests

  • Install lab: npm install -g lab or sudo npm install -g lab if you're running into permission issues.
  • Run command npm test

About

A simple boilerplate template Hapi web service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published