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

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

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

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.