Aurelia Mobile Skeleton (Aurelia, Aurelia UX, Webpack, Cordova)
$ source .bash_profile
# if using zsh
$ source .zshrc
$ amobile init
$ npm start
- hot Module Reload
$ npm start -- webpack.server.hmr
npm start -- build
- android
$ amobile run-android
- ios (to do)
$ amobile run-ios
to do