Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 639 Bytes

NativeScript Todos

A sampe application which implements the TodoMVC application model to show data binding and state management in NativeScript.

Prerequisites

NativeScript CLI

Running

Clone the repo and then from the repo directory...

tns platform add ios
npm install
tns run ios --emulator

or 

tns run android --emulator

Todos Screenshot

And now in action...

Todos In Action