arden / tabris-js

tabris.js - native apps in JavaScript

Home Page:https://tabrisjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

tabris.js - native apps in JavaScript

https://tabrisjs.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 98.3%Language:HTML 1.7%