Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamrik/CordovaGulpTemplate

HelloWorld app built using cordova with gulp workflow
https://github.com/kamrik/CordovaGulpTemplate

Last synced: 4 months ago
JSON representation

HelloWorld app built using cordova with gulp workflow

Awesome Lists containing this project

README

        

## CordovaGulpTemplate ##

HelloWorld app built using [cordova](http://cordova.apache.org/) with [gulp](https://github.com/gulpjs/gulp) workflow.

[Slides about this template](http://kamrik.org/GulpCordova/) from a meetup in Berlin.
See aslo the `livereload` branch of this repo using [tiny-lr](https://github.com/mklabs/tiny-lr).

## Usage ##

git clone
cd CordovaGulpTemplate
npm install
npm install gulp -g # if you don't have it yet
gulp recreate
gulp build/run/emulate