Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 733 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 733 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 

If you want to compile it yourself:

$ gopherjs build app.go

Now open app.html in your src directory

Links

Credits

The makers of jQuery, TodoMVC, Golang and GopherJS

Tested with a recent Chrome and Firefox Version