A Hello World application built with PhoneGap
Create a new app with the following repository:
https://github.com/fireho/phonegap-start.git
HAML: /app/html
-> www
SASS: app/sass
-> www/css
Coffeescript: app/js
-> www/js
Use rake
or guard
to compile on the fly.
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