Skip to content

Sample project for setting up Cordova 3 with a yeoman+angular application

License

Notifications You must be signed in to change notification settings

diowa/cordova-3-angular

 
 

Repository files navigation

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.

About

Sample project for setting up Cordova 3 with a yeoman+angular application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 78.4%
  • JavaScript 18.0%
  • Shell 1.9%
  • CSS 1.7%