This is a sample Ionic 2 App that consumes the github API. To follow instructions on how to build it, read this article Build a mobile app with angular 2 and ionic 2
Make sure you have nodejs installed.
Install typecript
$ npm install -g typescriptInstall Ionic CLI
$ npm install -g ionicInstall Cordova
$ npm install -g cordovaClone this repo
$ git clone https://github.com/gangachris/githubioniccd into the githubionic folder run npm install
$ npm installYou may need to restore the state of the ionic project, especially if you plan on using cordova.
ionic prepareBuild the app
$ npm run buildServe the app
$ ionic serveHead to http://localhost:8100 in your browser and you'll see the app running
MIT