Simple Ionic application that uses github's api to search for profiles and display basic user information and public repos
This project was adapted from a seed project for a code challenege I was given
Make sure you have Node.js installed. Also, if you do not have Bower installed install it after installing node by running npm install -g bower
.
Install Ionic:
$ npm install -g ionic cordova
Then run in the project directory run the following commands to serve the ionic app into the browser:
$ npm install
$ bower install
$ npm start