# Packages
No description provided by the author
# Functions
ClientGoMain returns the Go code for the main function for the wasm app.
ServerGoMain returns the main.go for the server.
# Constants
GlobalCSS returns the global CSS code.
IndexHTML returns the HTML for the initial index page that serves the wasm "shell".
Makefile returns the Makefile code for the new app
TODO: this won't be necessary after https://github.com/factorapp/factor/issues/11.
NavComponentGo returns the Go code for the Nav component
TODO: make this flexible to generate arbitrary components see https://github.com/factorapp/factor/issues/24.
NavComponentHTML returns the HTML code for the Nav component.
RoutesGo returns the Go code for the index route.
RoutesHTML returns the HTML code for the index route.
RoutesHTML returns the HTML code for the index route.
WasmJS returns the javascript to execute the wasm binary.