Skip to content

Instantly share code, notes, and snippets.

@mrded
Created March 8, 2014 15:09
Show Gist options
  • Save mrded/9431951 to your computer and use it in GitHub Desktop.
Save mrded/9431951 to your computer and use it in GitHub Desktop.
Sample Mobile Application (Angular.js, Cordova, Ionic, PhoneGap)
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