Go language WASM bindings to the material-components-web library.
The Go module should install the wasm-server included with the
dennwc/dom library. If it's not available try running the following
command:
go install github.com/dennwc/dom/cmd/wasm-serverRunning the following command in the root of the project should result in server starting:
wasm-serverNavigate to http://localhost:8080 and the the catalog should be compiled, loaded into the browser and run.