TodoMVC implementation for the Widok web framework.
Currently, it is the shortest available TodoMVC implementation (89 code lines).
$ git clone git@github.com:widok/todomvc.git
$ cd todomvc
$ sbt fastOptJS
Now open application.html
in the browser.
TodoMVC is licensed under the terms of the GPLv3.
- Tim Nieradzik