/ionic3-angular5-mobile-app-example

Ionic 3 and Angular 5 mobile app example

Primary LanguageTypeScriptMIT LicenseMIT

Ionic 3 and Angular 5 Mobile App Example

This source code is part of Ionic 3 and Angular 5 Mobile App Example tutorial.

If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee Donate

With the Ionic CLI:

Take the name after ionic2-starter-, and that is the name of the template to be used when using the ionic start command below:

$ sudo npm install -g ionic cordova
$ ionic start myBlank blank

Then, to run it, cd into myBlank and run:

$ ionic cordova platform add ios
$ ionic cordova run ios