git clone https://github.com/enimatek-nl/tango-example
make runThis example consists of a server.go component hosting a simple Todo API.
Tango is used on the client side in a static page that is presented by the server.go exposing the web/static/ directory.
The spa part is generated by running the make command. It will put a web.wasm into the static directory.
Check web.go for the Tango implementation.