Last active
December 28, 2015 22:58
-
-
Save jbrown/8d5258e0496e2ca448b4 to your computer and use it in GitHub Desktop.
Cordova notes
This file contains 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 plugman | |
npm install -g ios-sim | |
npm install -g ios-deploy | |
cd cordova/ | |
# Run the app in the emulator | |
cordova emulate ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment