Skip to content

npmcdn-to-unpkg-bot/angular2-todo

 
 

Repository files navigation

Angular2 + TypeScript TodoMVC

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

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

Languages

  • JavaScript 75.6%
  • TypeScript 19.4%
  • HTML 4.5%
  • Other 0.5%