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 com.ionic.keyboard org.apache.cordova.console org.apache.cordova.deviceAdding Cordova Platforms
$ cordova platform add iosBuild
$ gulp && cordova buildRunning in the emulator
$ cordova emulate ios