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.
npm install -g gulp
npm install
npm run watch
npm install -g cordova
cordova create cordova
cd cordova && cordova platform add android --save
cordova requirements
If every dependency of your application is installed, you can continue
cd ..
npm run cordova
The build APK will be located at
cordova/platforms/android/build/outputs/apk