This is a sample project implementing the famous TodoMVC example using NativeScript and AngularJS
You need to prepare the NativeScript distribution in the parent folder by executing all steps in the parent README:
(All run from the parent folder once.)
- Update git submodules.
- Install dependencies.
npm install- Install angular2 tsd typings.
grunt prepare
cd todomvcnpm installtsd reinstalltns platform add android
grunt app-fullAndroid SDK emulated device:
tns emulate android --avd my-nexus7-deviceor Genymotion
tns emulate android --geny my-nexus7-device