Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 880 Bytes

File metadata and controls

25 lines (16 loc) · 880 Bytes

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