seeschweiler / iongithub

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 38.2%Language:HTML 37.7%Language:CSS 19.0%Language:JavaScript 5.1%