Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamrik/CordovaGulpTemplate
- Owner: kamrik
- License: apache-2.0
- Created: 2014-08-13T00:40:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T00:36:39.000Z (over 9 years ago)
- Last Synced: 2024-06-22T21:08:39.912Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 50
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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