mrazvan21 / aurelia-mobile-skeleton

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 76.3%Language:CSS 16.0%Language:HTML 5.0%Language:Shell 2.8%