Tabris.js is a cross-platform mobile framework that uses native widgets. Snippets and examples can be found on tabrisjs.com.
The source code can be found at https://github.com/eclipsesource/tabris-js
To start developing Tabris.js applications, log in to https://tabrisjs.com and select "Getting Started".
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]
Published under the terms of the BSD 3-Clause License.