This seed project is a starter setup with ionic, bower, gulp and cordova.
gulp setup# installs all cordova plugins and bower packagesgulp# starts a server and watches file changesgulp run# deploy on devicesgulp emulate# deploy on emulater/simulator
Install global npm packages
npm install -g cordova ionic gulp
Copy and edit gulp config file
cp gulpconfig.sample.js gulpconfig.js
edit gulpconfig.js
Install local npm packages
npm install
Install all cordova and bower packages
gulp setup