https://github.com/gedex/info-capres-2014
Info Capres 2014 (SPA) with Backbone.js
https://github.com/gedex/info-capres-2014
Last synced: 11 days ago
JSON representation
Info Capres 2014 (SPA) with Backbone.js
- Host: GitHub
- URL: https://github.com/gedex/info-capres-2014
- Owner: gedex
- License: mit
- Created: 2014-06-09T09:43:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T11:56:21.000Z (about 12 years ago)
- Last Synced: 2026-03-29T16:13:35.690Z (4 months ago)
- Language: JavaScript
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Info Capres 2014
================
SPA (Single Page Application) powered by Backbone.js. Data is consumed from
[pemiluapi](http://developer.pemiluapi.org/).
[Live demo](http://gedex.web.id/info-capres-2014) from GitHub page.
## Screenshot

## Build
```
$ npm install # for the first time
$ grunt
```
Build will be available on `dist` directory.
## Deploy to GitHub Page
```
$ grunt gh-pages
```
## License
MIT License - see [LICENSE](./LICENSE) file.