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.
- Host: GitHub
- URL: https://github.com/jsdf/oky
- Owner: jsdf
- License: mit
- Created: 2013-11-22T18:51:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T04:11:31.000Z (over 11 years ago)
- Last Synced: 2024-04-09T22:09:07.171Z (about 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)