widok / todomvc

TodoMVC implementation for Widok
GNU General Public License v3.0
35 stars 5 forks source link

TodoMVC

TodoMVC implementation for the Widok web framework.

Currently, it is the shortest available TodoMVC implementation (89 code lines).

Installation

$ git clone git@github.com:widok/todomvc.git
$ cd todomvc
$ sbt fastOptJS

Now open application.html in the browser.

See also

License

TodoMVC is licensed under the terms of the GPLv3.

Authors