Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Last active October 4, 2015 02:58
Show Gist options
  • Save nobonobo/17c877fce428f55ad022 to your computer and use it in GitHub Desktop.
Save nobonobo/17c877fce428f55ad022 to your computer and use it in GitHub Desktop.
Go言語でGUIをブラウザ内で動かす。
go get -u github.com/gopherjs/gopherjs
go get -u github.com/google/gxui/...
go get -u honnef.co/go/js/dom
gopherjs serve
open http://localhost:8080/github.com/google/gxui/samples/
@sheercat
Copy link

gopherjs serve で帰ってこない気がします。
gopherjs serve & とか?

@nobonobo
Copy link
Author

五行目は別ターミナルでどうぞ・・・。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment