This is an experimental repo, use at your own risk
Assume you have golang workspace setup
go get -u github.com/overmike/webterminal
Run it with ${GOPATH}/bin in your ${PATH}
webterminal serve
Run it without GOPATH setup
${GOPATH}/bin/webterminal
You can then access browser 8081 port for web terminal
In order to make it go gettable, we bundle the webpack build into go binary through github.com/GeertJohan/go.rice
We now change to use golang module which means you need to build by golang v1.11+