This is a sample Ionic 2 App that consumes the github API
Make sure you have nodejs installed.
Install typecript and typings
$ npm install -g typescript
$ npm install -g typingsInstall Ionic 2
$ npm install -g ionic@betaInstall Cordova
$ npm install -g cordovaClone this repo
$ git clone https://github.com/gangachris/githubioniccd into the githubionic folder run npm install
$ npm installServe the app
$ ionic serveHead to http://localhost:8100 in your browser and you'll see the app running
MIT