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

https://github.com/zedd45/yeoman_spa

quick and dirty demo of yeoman and backbone + coffeescript utilizing... GitHub's API!
https://github.com/zedd45/yeoman_spa

Last synced: about 1 year ago
JSON representation

quick and dirty demo of yeoman and backbone + coffeescript utilizing... GitHub's API!

Awesome Lists containing this project

README

          

## Instructions to build the app

npm install && bower install && grunt build

## Instructions to start and run the app

cd dist
open index.html

_That's it!_