Skip to content

A simple rocket start setup for an Apache Cordova application with gulp

Notifications You must be signed in to change notification settings

comaag/cordova-gulp-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp combined with Apache Cordova

This is a simple rocket start setup for an application with Apache Cordova combined with Gulp and browser-sync for development. Enjoy the force and try it out.

Installation Guide

Start with developing (with browser-sync)

npm install -g gulp
npm install
npm run watch

Prepare a cordova build

npm install -g cordova
cordova create cordova
cd cordova && cordova platform add android --save
check the requirements before building:
cordova requirements

If every dependency of your application is installed, you can continue

Make the build
cd ..
npm run cordova

The build APK will be located at cordova/platforms/android/build/outputs/apk

About

A simple rocket start setup for an Apache Cordova application with gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published