Skip to content

mrazvan21/aurelia-mobile-skeleton

Repository files navigation

aurelia-mobile-skeleton

Aurelia Mobile Skeleton (Aurelia, Aurelia UX, Webpack, Cordova)

Demo

Getting Started

Initialize your environment

$ source .bash_profile
# if using zsh
$ source .zshrc

Setup

$ amobile init

Running in browser

$ npm start
  • hot Module Reload
$ npm start -- webpack.server.hmr

Build

npm start -- build

Testing on emulator

  • android
$ amobile run-android
  • ios (to do)
$ amobile run-ios

Running the tests

to do