Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 770 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 770 Bytes

##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