This application is based on: AngularJS GitHub Contributors App | GitHub
By @ErkoBridee
View the app AngularJS GitHub Info.
-
Interface: Twitter Bootstrap v3.0.3
-
Features: List all public repositories, public gists and contributors repository from some GitHub user
-
Data Access: GitHub API
Enter the following commands in the terminal.
$ git clone https://github.com/erkobridee/angularjs-github-info.git
$ cd angularjs-github-info/
$ bower install
$ npm install-
Must have Git installed
-
Must have node.js (at least v0.8.1) installed with npm (Node Package Manager)
-
Must have Grunt node package installed globally.
[sudo] npm install -g grunt-cli -
Must have Bower node package installed globally.
[sudo] npm install -g bower
-
grunt- run jshint -
grunt server- development mode, prepare files, watch changes and start server on port 1337 -
grunt server:dist- generate deploy version ondistdirectory and start server on port 1337 looking to this directory -
grunt gh_pages- publish deploy version files ongh-pagesbranchgrunt gh_pages:init- create local directory with github repository on gh_pages branch
- All my code is licensed under the MIT License.

