A sampe application which implements the TodoMVC application model to show data binding and state management in NativeScript.
Clone the repo and then from the repo directory...
tns platform add ios
npm install
tns run ios --emulator
or
tns run android --emulator
And now in action...