a simple storefront and configuration/customization web app created to explore WebAssembly with Go.
Find a file
2026-02-09 21:48:57 +10:30
client Initial commit 2026-02-09 21:42:32 +10:30
server Initial commit 2026-02-09 21:42:32 +10:30
.gitattributes Add .gitattributes 2026-02-09 21:48:57 +10:30
.gitignore Initial commit 2026-02-09 21:42:32 +10:30
go.mod Initial commit 2026-02-09 21:42:32 +10:30
LICENSE Initial commit 2026-02-09 21:42:32 +10:30
README.md Add build instructions 2026-02-09 21:46:32 +10:30

storefront

a simple storefront and configuration/customization web app created to explore WebAssembly with Go.

building and running

  1. run go generate ./...
  2. change into /server with cd server
  3. run go run .

then navigate to localhost:8080.