a simple storefront and configuration/customization web app created to explore WebAssembly with Go.
- Go 100%
| client | ||
| server | ||
| .gitattributes | ||
| .gitignore | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
storefront
a simple storefront and configuration/customization web app created to explore WebAssembly with Go.
building and running
- run
go generate ./... - change into /server with
cd server - run
go run .
then navigate to localhost:8080.