/tabris-js

tabris.js - native apps in JavaScript

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.

Install Grunt using npm:

npm install -g grunt-cli

Fetch dependencies and build:

npm install
grunt [-v]

License

Published under the terms of the BSD 3-Clause License.