Skip to content

ifross89/todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TodoMVC for GopherJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%