This is a simple starter application using the following technologies:
$ npm install -g phonegap grunt-cli ripple-emulator
$ git clone https://github.com/diowa/ratchet-phonegap-starter-app.git my-app
$ cd my-app
$ phonegap build android
$ npm install
$ grunt
$ ripple emulate
By default, Ripple emulator starts on http://localhost:4400/?enableripple=cordova-3.0.0
Work in the /src
folder with haml, scss and coffee files (HTML, CSS and JavaScript files will be automatically compiled into the /www
folder).
If you need extra .haml
and .scss
files, remember to add them in the Gruntfile.coffee
(it is not required for CoffeeScript files). In the following example, we are going to add settings.haml
and theme-wp.scss
# [...]
haml:
dist:
files:
'www/index.html': 'src/haml/index.haml'
'www/two.html': 'src/haml/two.haml'
'www/spec.html': 'src/spec/spec.haml'
'www/settings.html': 'src/haml/settings.haml'
# [...]
sass:
dist:
files:
'www/css/index.css': ['src/sass/index.scss']
'www/css/theme-android.css': ['src/sass/theme-android.scss']
'www/css/theme-ios.css': ['src/sass/theme-ios.scss']
'www/css/theme-wp.css': ['src/sass/theme-wp.scss']
# [...]
Geremia Taglialatela
Cesidio Di Landa
Early Contributors: push against master branch until version is 0.0.0
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Ratchet Phonegap Starter App is licensed under the BSD 2-Clause License
Check the LICENSE file for more information
Special thanks to all developers of open source libraries used in this project.