ptdongguan / ionic3-angular5-mobile-app-example

Ionic 3 and Angular 5 mobile app example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ionic 3 and Angular 5 mobile app example

License:MIT License


Languages

Language:TypeScript 36.7%Language:CSS 32.2%Language:HTML 22.8%Language:JavaScript 8.2%