mirror of
https://github.com/phonegap/phonegap-start.git
synced 2026-01-09 14:37:55 -05:00
99e144bbcf1b3d5b76d47f1e3444a40fc24a4a50
Hello World PhoneGap Application 
A Hello World application built with PhoneGap
Usage
Desktop
In your browser, open the file:
/www/index.html
PhoneGap CLI
This repository is automatically downloaded by phonegap-cli when you create a new application.
PhoneGap Build
Create a new app with the following repository:
https://github.com/phonegap/phonegap-start.git
Contributors
Updating the Application
The application is based on the Apache Cordova Hello World app.
1. Update the Source
cp cordova-app-hello-world/www www/
Do not replace www/config.xml.
Do not replace www/img/logo.png.
2. Update index.html
Replace <h1>Apache Cordova</h1> with <h1>PhoneGap</h1>.
3. Update PhoneGap Version
<preference name="phonegap-version" value="x.x.x" />
4. Commit
$ git commit -am "Version x.x.x"
5. Tag
$ git tag x.x.x
Description
Languages
JavaScript
86.4%
CSS
9.4%
HTML
4.2%