A one glance view of your activity on GitHub. Demonstrates using Ember.js, Bootstrap, and Grunt together.
Uses the GitHub API for data, so you can't use a file:// URL (because of the same-origin policy). Grunt script includes a web server to use for development, which works because GitHub's API supports CORS.
-
Install Node.js
-
Install Grunt
npm install -g grunt-cli
-
Install Node modules
npm install
-
Build - This compiles everything, starts a webserver on port 9001, and watches all files for changes.
grunt
-
Open http://localhost:9001 in a web browser.