Skip to content

JayKan/angular2-todo

Repository files navigation

Angular2 + TypeScript TodoMVC

Angular 2 Style Guide MIT license Dependency Status devDependency Status

This is a sample project implementing the famous TodoMVC example using TypeScript and Angular2 with deployment on Firebase.

You can also try the demo application at angular2-todos.firebaseapp.com. Angular2 Todo MVC

Quick Start

Note that this demo application requires node v4.x.x or higher. Also, you must have ts-node and typings installed as global. If you don't, please install via npm:

$ npm install -g ts-node
$ npm install -g typings

Once you have installed all prerequisites, you can navigate to the root application and run:

$ npm install
$ npm start

License

MIT © Jay Kan

About

A todo list application implemented in Angular2 TypeScript with deployment to Firebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published