Source code of the GitHub User's Info application: https://github-user-info.firebaseapp.com/
Clone this:
$ git clone [email protected]:matheusml/github-user-info.git
Install node deps:
$ npm install
And bower deps:
$ bower install
Run the tests:
$ npm test
Run the app:
$ npm start