Skip to content

Instantly share code, notes, and snippets.

@merolhack
Last active November 25, 2015 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merolhack/0b2cb48c97a44db11044 to your computer and use it in GitHub Desktop.
Save merolhack/0b2cb48c97a44db11044 to your computer and use it in GitHub Desktop.
Install & Configure Phonegap

npm install -g phonegap

npm install -g cordova

phonegap create HelloWorld

cd HelloWorld

phonegap run android

Fuentes: http://phonegap.com/install/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment