Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusmaso/hipbone

Backbone based framework for building SPAs
https://github.com/mateusmaso/hipbone

backbone coffeescript data-binding handlebars javascript single-page-applications

Last synced: 11 days ago
JSON representation

Backbone based framework for building SPAs

Awesome Lists containing this project

README

        

hipbone [![Build Status](https://travis-ci.org/mateusmaso/hipbone.svg?branch=master)](https://travis-ci.org/mateusmaso/hipbone)
==============

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

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

## Examples

#### [TodoMVC](https://www.github.com/mateusmaso/hipbone/tree/master/examples/todomvc)

## License

MIT © [Mateus Maso](http://www.mateusmaso.com)