A mini hapi server for static files and configurable routes -- for prototyping
- Add routes in directory "routes"
- Add socketIo listeners in directory "listeners"
- npm i
- gulp
- node start
- copy the full directory "root-of-your-project/node_module/proto-hapi-server/server" into the project root directory.
- then move the "root-of-your-project/server/server.js" into the project root directory.