2.0.2 • Published 7 years ago

hipbone v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hipbone Build Status

Hipbone is a Backbone based framework for building Single Page Applications.

Install

$ npm install --save hipbone

Folder Structure

.
|-- models
|-- collections
|-- views
|-- templates
|-- locales
|   `-- en.coffee
|-- initializers
|   `-- match_routes.coffee
`-- app.coffee

Usage

var App = require("./app");
var app = new App();
app.run();

Examples

TodoMVC

License

MIT © Mateus Maso