Meet and Git
Simple app to demonstrate how to build a ionic apps using data over http.
Setting up
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
Development server
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.
Running the app on ios
Run ionic run ios to deploy the application to an ios simulator or device
Running the app on android
Run ionic run android to deploy the application to an android emulator or device
Built With
- angular2
- css
- html
- ionic
- javascript
- typescript

Log in or sign up for Devpost to join the conversation.