Cordova Getting Started

Once you have it installed. Run the following:

[pastacode lang=”bash” message=”” highlight=”” provider=”manual”]

cordova create hello com.example.hello HelloWorld
cordova platform add ios
cordova build

[/pastacode]

Open your project in Xcode (under the platforms folder/ios) and you should be able to run it on an ios device!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.