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
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 blankThen, to run it, cd into myBlank and run:
$ ionic cordova platform add ios
$ ionic cordova run ios