PhoneGap Tutorial – Setting Up Your Computer for PhoneGap Development – What You'll Need



PhoneGap Tutorial – Setting Up Your Computer for PhoneGap Development – What You'll Need

0 0


phonegap-primer-preparation

Preparing your Envrionment for PhoneGap

On Github jftoh / phonegap-primer-preparation

Setting Up an Environment for PhoneGap Development

Created by Toh Jian Feng

Hi There

Here are some step-by-step instructions on how to prepare your computer for PhoneGap development.

Use the left and right arrow keys to navigate between steps,

and the up and down arrow keys to navigate between sub-steps.

Press the Esc button to get an overview of the whole presentation.

Step 1: Install node.js

Download the .exe (Windows) or .dmg (Mac) installer here.

Execute the file to complete the installation.

Step 2: Installing PhoneGap using the Node Package Manager

Open up your Command Prompt (Windows) or Terminal (Mac).

Type in the following command:

Windows:

npm install -g phonegap

Mac:

sudo npm install -g phonegap