This repository is designed to create files that can be used in creating a web page based on source code (go, html, css) from the Hello World tutorial. This approach uses webAssembly(wasm) technology. It is based on an approach outlined in this tutorial and it's subsequent tutorial.
The go code was taken from app.go. The body of the html was taken from frontend/src/main.js. The css was taken from frontend/src/app.css and frontend/src/style.css. The logo-universal.png was taken from frontend/src/assets/images. Some minor modifications were necessary. I tried to leave the original code as a comment when the modifications were made.
Run the commands found in run.sh.
Go to a browser and enter localhost:9090
in the address window.
A example of a deployment method can be found here.
The actual app can be found here.