ionic Projects
This is a sample Ionic 2 App that consumes the github API, and fetches data from already available github json file.
Make sure you have nodejs installed.
Install typecript
$ npm install -g typescript
Install Ionic CLI
$ npm install -g ionic
Install Cordova
$ npm install -g cordova
Clone this repo
$ git clone https://github.com/mtfaroks/ionic-Projects.git
cd into the githubionic folder run npm install
$ npm install
You may need to restore the state of the ionic project, especially if you plan on using cordova.
ionic prepare
Build the app
$ npm run build
Serve the app
$ ionic serve
Head to http://localhost:8100
in your browser and you'll see the app running