A minimal Wails template based on Svelte.
wails init -n myapp -t https://github.com/raitonoberu/wails-svelte-template
To build this project in debug mode, use wails build. For production, use wails build -production.
To generate a platform native package, add the -package flag.
To run in live development mode, run wails dev in the project directory. In another terminal, go into the frontend
directory and run npm run dev. Now every change you make to the frontend should hot-reload the UI.