Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 590 Bytes

NativeScript + AngularJS TodoMVC example

This is a sample project implementing the famous TodoMVC example using NativeScript and AngularJS 2

Prerequisites

Install your native toolchain and NativeScript as described in the docs:

https://docs.nativescript.org/setup/quick-setup

Prepare project

$ npm install

Add platforms(s)

  1. tns platform add android
  2. tns platform add ios

Run

Android devices or emulators:

tns run android

or iOS...

tns run ios