/todomvc

TodoMVC for GopherJS

Primary LanguageGo

##TodoMVC App for GopherJS and jQuery

This is a 1:1 Port of the original jQuery TodoMVC Implementation to GopherJS.

For html templates Golang's native "html/template" package is used instead.

Why

Testcase, Showcase, Learning Vehicle, Proof of Concept for GopherJS and the jQuery Bindings, Fun ...

Install

$ go get github.com/gopherjs/todomvc
$ gopherjs serve

Now open http://localhost:8080/github.com/gopherjs/todomvc in your favorite browser

Links

Credits

The makers of jQuery, TodoMVC, Golang and GopherJS

Tested with a recent Chrome and Firefox Version