Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.73 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.73 KB

Lupianus Client Prototype

Ionic based hybrid HTML5 app prototype

Demo

Work in progreess: polypodes.github.io/LupianusProtoClient

TODO-List

See TODO.md

Cordova / Ionic

Client app generated via ionic start client sidemenu

Installed Corodova plugins :

  • org.apache.cordova.device" via plugin registry
  • org.apache.cordova.console" via plugin registry
  • com.ionic.keyboard" via plugin registry

Some quick tips:

  • cd into your project: $ cd client
  • Setup this project to use Sass: ionic setup sass
  • Develop in the browser with live reload: ionic serve
  • Add a platform (ios or Android): ionic platform add ios [android]

Note: iOS development requires OS X currently See the Android Platform Guide for full Android installation instructions: https://cordova.apache.org/docs/en/edge/guide_platforms_android_index.md.html

  • Build your app: ionic build <PLATFORM>
  • Simulate your app: ionic emulate <PLATFORM>
  • Run your app on a device: ionic run <PLATFORM>
  • Package an app using Ionic package service: ionic package <MODE> <PLATFORM>

For more help use ionic --help or visit the Ionic docs: http://ionicframework.com/docs

Github-Pages auto-publication based on master commits

Set up your .git/config file this way:

[remote "origin"]
	url = [email protected]:polypodes/LupianusProtoClient.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	push = +refs/heads/master:refs/heads/gh-pages
	push = +refs/heads/master:refs/heads/master

Then git push will keep gh-pages branch mirrored on master.

Licence

MIT