Tabris.js
Tabris.js is a cross-platform mobile framework that uses native widgets. Snippets and examples can be found on tabrisjs.com.
Source code
The source code can be found at https://github.com/eclipsesource/tabris-js
Getting Started
To start developing Tabris.js applications, log in to https://tabrisjs.com and select "Getting Started".
Build
Follow these steps if you want to build the tabris module yourself.
npm install -g grunt-cli
Fetch dependencies and build:
npm install
grunt [-v]
License
Published under the terms of the BSD 3-Clause License.