https://github.com/phonegap/phonegap-start
PhoneGap Hello World app
https://github.com/phonegap/phonegap-start
Last synced: 8 days ago
JSON representation
PhoneGap Hello World app
- Host: GitHub
- URL: https://github.com/phonegap/phonegap-start
- Owner: phonegap
- License: apache-2.0
- Created: 2010-11-02T17:45:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T12:25:35.000Z (10 months ago)
- Last Synced: 2025-04-02T01:09:40.137Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 7.68 MB
- Stars: 3,428
- Watchers: 260
- Forks: 6,420
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - phonegap-start - PhoneGap Hello World app (JavaScript)
README
# Hello World PhoneGap Application [![bitHound Score][bithound-img]][bithound-url]
> A Hello World application built with PhoneGap
## Getting Help with PhoneGap
If you are looking for help with PhoneGap please visit the
[PhoneGap Forums](https://forums.adobe.com/community/phonegap).## Usage
### Desktop
In your browser, open the file:
/www/index.html
### PhoneGap CLI
This repository is automatically downloaded by [phonegap-cli][phonegap-cli-url]
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][cordova-app] 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 `
Apache Cordova
` with `PhoneGap
`.#### 3. Update PhoneGap Version
#### 4. Commit
$ git commit -am "Version x.x.x"
#### 5. Tag
$ git tag x.x.x
[phonegap-cli-url]: http://github.com/phonegap/phonegap-cli
[cordova-app]: http://github.com/apache/cordova-app-hello-world
[bithound-img]: https://www.bithound.io/github/phonegap/phonegap-start/badges/score.svg
[bithound-url]: https://www.bithound.io/github/phonegap/phonegap-start