Skip to content

onehundred/phonegap-start

This branch is 7 commits ahead of, 44 commits behind phonegap/phonegap-start:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
onehundred
Feb 13, 2014
cd84411 · Feb 13, 2014

History

57 Commits
Feb 13, 2014
Feb 13, 2014
Feb 13, 2014
Feb 13, 2014
Aug 20, 2012
Jun 18, 2013
Jun 18, 2013
Jun 19, 2013

Repository files navigation

PhoneGap Build Starter Application

A Hello World application to get started with PhoneGap Build.

Usage

Run Application

/www/index.html

Run Tests

/www/spec.html

PhoneGap/Build

Create a new app with the following repository:

https://github.com/phonegap/phonegap-start.git

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

About

A starting-point for PhoneGap apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 9.8%