hapi in the back, polymer in the front - love at first sight.
- restfull back end via hapi.js 8.3
- webcomponents via polymer 1.0
- ORM via waterline and dogwater
- polymer vulcanize build process via gulp
- easy deploy to heroku
- automatic refresh on code changes via browswersync
- set up for offline via serviceworkers
$ npm install -g stimpy bower gulp
$ stimpy create polymer
$ cd stimpy-polymer
$ stimpy start
$ gulp
$ heroku login
$ stimpy deploy heroku
Stimpy is a simple little guy for making hapi things. This here is a boilerplate for Stimpy, there a few more - nothing mind blowing - just a few quick ways to get a hapi project up and running.