This is a basic node.js server setup that uses Hapi.js to serve static files and custom routes.
# 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