Skip to content

seeschweiler/iongithub

Repository files navigation

Ionic 2 - Developing A Real-World Mobile App

This is the sample app of the tutorial Ionic 2 - Developing A Real-World Mobile App available on CodingTheSmartWay.com.

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser

$ ionic serve

To Add Platforms

$ cordova platform add android
$ cordova platform add ios

Run Platforms

To run in avd

$ ionic run android
$ ionic run ios

Build Android APK File

To build APK file to output folder

$ ionic build android

Online Course

Check out the online course: Ionic 2 - A Practical Guide

About

Sample application of Ionic 2 - Developing A Real-World Mobile App tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published