Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 780 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 780 Bytes

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