Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 332 Bytes

NativeScript-Turbine

Experimental

Creating mobile-apps using Turbine in NativeScript.

Installation

Install NativeScript

To build

npm run build

Run examples

Make sure to build nativescript-turbine before

cd examples/hello
npm install
tns run android