Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 537 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 537 Bytes

GitHub User's Info

Travis

Source code of the GitHub User's Info application: https://github-user-info.firebaseapp.com/

Setup

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