Let’s start by creating a fresh Apache Cordova Android and iOS project:
cordova create TestProject com.nraboy.testproject TestProject
cd TestProject
cordova platform add android
cordova platform add ios
you done.. you project is ready and you can start adding more into it. Like any framework.
No comments:
Post a Comment