$ npm install cordova ionic webpack bower -g
Install npm dependencies
$ npm install
Install bower dependencies
$ bower install
Restore ionic project
$ ionic state reset
Start webpack with watcher flag
$ webpack --watch
Serve ionic
$ ionic serve