/liqoapp

Mobile app for liqo-js

Primary LanguageJavaScriptMIT LicenseMIT

LiqoApp

Mobile app for liqo-js.

Installation

To install all dependencies,

$ git clone https://github.com/berkedel/liqoapp.git
$ cd liqoapp
$ npm install
$ react-native link

Run the app

For Android user,

$ react-native run-android

For iOS user,

$ react-native run-ios