Created
March 8, 2014 15:09
-
-
Save mrded/9431951 to your computer and use it in GitHub Desktop.
Sample Mobile Application (Angular.js, Cordova, Ionic, PhoneGap)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g cordova | |
npm install -g ionic | |
ionic start myApp | |
cd myApp | |
ionic platform ios | |
ionic emulate ios | |
ionic run ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment