Learn how to build an iPhone app
IONIC is an excellent language to learn right now. It should be comfortable for anyone who has past experience with Javascript and HTML, but it’s also a wonderful option for those with no coding experience at all.
First, create a blank template and add platform then run. Simply run below command in terminal.
- $ ionic start myApp blank --type=ionic-angular
- $ cd myApp/
- $ ionic cordova platform add ios
- $ ionic cordova run ios
Follow up with high-quality video tutorial on YouTube