Skip to content

Latest commit

 

History

History
105 lines (61 loc) · 1.8 KB

README.md

File metadata and controls

105 lines (61 loc) · 1.8 KB

Cordova Angular Ratchet Starter App

Screenshot

This is a simple starter application using the following technologies:

Prerequisites

$ npm install -g bower cordova grunt-cli ripple-emulator

Setup

1. Clone this repository

$ git clone https://github.com/diowa/ratchet-phonegap-starter-app.git my-app

2. Init the Cordova application

$ cd my-app
$ ./cordova-init.sh

3. Build for your specific platform

$ cd c3c
$ cordova build android
$ cd ..

Development Guide

Edit sources in the c3a/app folder.

If you need extra folders in your application, remeber to edit Gruntfile.coffee.

Authors

Geremia Taglialatela

Cesidio Di Landa

Contributing

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.

Copyright and license

Ratchet Phonegap Starter App is licensed under the BSD 2-Clause License

Check the LICENSE file for more information

Thanks

Special thanks to all developers of open source libraries used in this project.