This is a Wails template including a frameless window with the titlebar and AssetsHandler.
-
Install wails CLI
go install github.com/wailsapp/wails/v2/cmd/wails@latest
-
Install nodejs and pnpm
wails init -n wailsapp -t https://github.com/lightyen/wails-react-templateTo run in live development mode, run wails dev in the project directory.
To build a redistributable, production mode package, use wails build.