Skip to content

jibidus/Kaamelott

Repository files navigation

Kaamelott App

This App is dedicated to Kaamelott. It's aim is to play with all famous quotes of this TV serie. Designed for all devices.

Live demo

https://rawgit.com/jibidus/Kaamelott/master/www/index.html

Using this project

You need the ionic utility:

$ sudo npm install -g cordova ionic gulp

More info on this can be found on the Ionic Getting Started page.

Build

$ npm install
$ gulp

Build iOS version (android is also available with android parameter)

$ ionic platform add ios
$ ionic build ios

Run

Run as webapp

$ ionic serve

Emulate for iOS

$ ionic emulate ios

Run on a device through USB

cordova run android

Update Ionic version

ionic lib update