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

https://github.com/jsdf/oky

An okayish framework for mobile apps with Backbone.
https://github.com/jsdf/oky

Last synced: 3 months ago
JSON representation

An okayish framework for mobile apps with Backbone.

Awesome Lists containing this project

README

        

# Oky

**Oky** is an okayish framework for building mobile apps with Backbone.

Oky is built with:

- [Backbone.js](http://backbonejs.org/)
- [Ratchet](http://maker.github.io/ratchet/)
- [Handlebars](http://handlebarsjs.com/)

To get up and running, `npm install` the dependencies, `npm install -g grunt-cli http-server` for global dependencies, and then `grunt build` to
compile Oky into the `dist` directory.

Check out the example project: run `grunt examples` then head to
[http://localhost:8080/examples/](http://localhost:8080/examples/)