Hipbone is a Backbone based framework for building Single Page Applications.
$ npm install --save hipbone
.
|-- models
|-- collections
|-- views
|-- templates
|-- locales
| `-- en.coffee
|-- initializers
| `-- match_routes.coffee
`-- app.coffee
var App = require("./app");
var app = new App();
app.run();
MIT © Mateus Maso