Building desktop app UIs using awesome WebUI library and Svelte.
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 .