page423

https://takagotch.github.io/page423/



Hapi.js Boilerplate node server.

This is a basic node.js server setup that uses Hapi.js to serve static files and custom routes.

Install and run

# clone the repo
git clone https://github.com/rainner/node-hapi-server.git
cd node-hapi-server

# install dependencies and run the dev server
npm install
nodemon