A Hello World application to get started with PhoneGap Build.
/www/index.html
/www/spec.html
Create a new app with the following repository:
https://github.com/phonegap/phonegap-start.git
Setup nitrous.io in a matter of seconds:
Then run the following commands in the nitrous.io terminal:
cd ~/workspace/phonegap-start
npm install -g phonegap
phonegap remote build android
The last command requires an Adobe ID and will build your app on PhoneGap Build.
The application is based on the Apache Cordova Hello World app.
cp cordova-app-hello-world/www www/
Do not replace www/config.xml
.
Do not replace www/img/logo.png
.
Replace <h1>Apache Cordova</h1>
with <h1>PhoneGap</h1>
.
<preference name="phonegap-version" value="x.x.x" />
$ git commit -am "Version x.x.x"
$ git tag x.x.x