vchimev / sample-ng-todomvc

Angular2 + NativeScript TodoMVC example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Angular2 + NativeScript TodoMVC example


Languages

Language:TypeScript 47.0%Language:JavaScript 43.4%Language:CSS 9.6%