Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateusmaso/hipbone
- Owner: mateusmaso
- License: mit
- Created: 2013-01-11T03:14:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T06:26:34.000Z (over 7 years ago)
- Last Synced: 2024-10-22T07:43:13.964Z (15 days ago)
- Topics: backbone, coffeescript, data-binding, handlebars, javascript, single-page-applications
- Language: JavaScript
- Homepage:
- Size: 657 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)