mateusmaso / hipbone

Backbone based framework for building SPAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License

MIT © Mateus Maso

About

Backbone based framework for building SPAs

License:MIT License


Languages

Language:JavaScript 67.3%Language:CoffeeScript 32.4%Language:HTML 0.3%