webui-golang-svelte-example Svelte Themes

Webui Golang Svelte Example

Single-binary golang desktop app with Svelte frontend bound with WebUI library

Building desktop app UIs using awesome WebUI library and Svelte.

Requirements

  • Go 1.22 or later
  • Bun

Installation and running

Clone the repository:

git clone https://github.com/The-Keeper/webui-golang-svelte-example.git example --recursive

Install UI:

cd example/ui
bun install

Debug the UI:

bun run dev

Build and run the app:

bun run build
cd ..
go run .

Top categories

Loading Svelte Themes