Starter repo that wraps svelte with webview. Frontend assets are embedded into the go binary using pkger.
Webview has certain depedencies (details in their readme). I've only setup this up on my linux laptop running elementry OS.
sudo apt install pkg-config libgtk-3-dev libwebkit2gtk-4.0-dev
make deps build
./go-webview-svelte
You probably want to delete .git and change the project name in go.mod and frontend/package.json