Simple app to demonstrate how to build a ionic apps using data over http.
To run Ionic 2 projects, you’ll need to install the latest version of ionic CLI and Cordova. Before you do that, you’ll need a recent version of Node.js and run.
npm install -g ionic cordova
Run ionic serve
for a dev server. Navigate to http://localhost:8100/
. The app will automatically reload if you change any of the source files.
Run ionic run ios
to deploy the application to an ios simulator or device
Run ionic run android
to deploy the application to an android emulator or device