Try localforage with Chaplin.
- CoffeeScript
- Jade
- Sass
- Chaplin
- localforage
$ gem install sass
$ npm install -g brunch bower coffee-script
$ npm install && bower install
$ ulimit -n 10000
$ brunch watch --server
Open http://localhost:3333
.
Using only localStorage, not IndexedDB. There is a bug in Chrome 35 with IndexedDB.