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-server
Running the following command in the root of the project should result in server starting:
wasm-server
Navigate to http://localhost:8080 and the the catalog should be compiled, loaded into the browser and run.