Getting Started with WebOS

Getting Started with WebOS

This guide describes how to set up your development environment for Cordova and run a sample application. Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.

Video Tutorials:

1. Requirements

2. Install SDK + Cordova

3. Setup New Project

4. Hello World

In phonegap/webOS/framework/www, open up index.html with your favourite editor. After the body tag add <h1>Hello World</h1>

5A. Deploy to Simulator

5B. Deploy to Device

Done!

You can also checkout more detailed version of this guide here.