hipbone

2.0.2 • Public • Published

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

Package Sidebar

Install

npm i hipbone

Weekly Downloads

2

Version

2.0.2

License

MIT

Last publish

Collaborators

  • mateusmaso