Skip to content

Files

Latest commit

a2ddbb5 · Aug 9, 2022

History

History

hello

go-app

WebApp built with go-app

BUILD THE CLIENT

GOARCH=wasm GOOS=js go build -o web/app.wasm

BUILD THE SERVER

go build

RUN THE APP

always rebuild the client

go run .
# or
./hello

open http://localhost:8000/

Reference