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!
- Host: GitHub
- URL: https://github.com/zedd45/yeoman_spa
- Owner: zedd45
- Created: 2014-12-16T08:09:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T16:19:31.000Z (over 11 years ago)
- Last Synced: 2025-02-03T09:43:04.550Z (over 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!_