Ionic Webpack Starter
Clone the repository
$ git clone https://github.com/cmackay/ionic-webpack.gitInstall the dependencies
$ npm installWatch Mode (this will run the webpack dev server)
$ gulp watchAdding Cordova Plugins
$ cordova plugins add ionic-plugin-keyboard cordova-plugin-console cordova-plugin-deviceAdding Cordova Platforms
$ cordova platform add iosBuild
$ gulp && cordova buildRunning in the emulator
$ cordova emulate ios