A template for conference apps built with Tabris.js.
| Android | iOS |
|---|---|
Fork the repository and build the app on tabrisjs.com in Debug mode. Install the app on your device.
Then run:
npm install
npm start... and point your device to the URL printed in the console.
Tabris Con is an app template, which you can use as a starting point for developing your conference app. Most important parameters are exposed in a tweakable configuration file. For a reference, see src/configs/googleIO2015Config.js and src/configs/eclipseCon2016Config.js.
To use your own configuration, change the import in src/configs/config.js:
import conferenceConfiguration from "./myConferenceConfig";