1.0.1 • Published 6 years ago

undux-todomvc v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Undux & TypeScript TodoMVC Example

TodoMVC for Undux

Installation

git clone git@github.com:bcherny/undux-todomvc.git
cd undux-todomvc
npm install
npm run build
npm start

Then, open http://localhost:8081 in your favorite browser.

Features

  • Add, remove, rename todos
  • Filter todos
  • Mark todos as complete
  • Clear completed todos
  • Everything is saved to localStorage - try refreshing!
  • Partial routing support

License

MIT