Hi ! This is a template for a Wails3 application with a SvelteKit frontend.
wails3 build
to build the Go backend/build
configurations to match your project name and your nameJust run wails3 dev
and the application will start in development mode.
Run wails3 build
to build the Go backend and it will run by itself npm run build
.
Note : I have added a $core
alias to the bindings, so you can access the core functions from the frontend easily.