No description
Find a file
2023-07-10 13:29:59 +02:00
build First commit 2023-06-29 10:52:15 +02:00
data/quizzes Add some test data 2023-07-06 17:18:23 +02:00
frontend Read quizzes from disk and render the UI 2023-07-06 13:49:56 +02:00
.gitignore First commit 2023-06-29 10:52:15 +02:00
app.go Read quizzes from disk and render the UI 2023-07-06 13:49:56 +02:00
go.mod Update go packages 2023-07-10 13:29:59 +02:00
go.sum Update go packages 2023-07-10 13:29:59 +02:00
main.go Install adapter-static and add a lib/components 2023-07-03 16:30:13 +02:00
README.md First commit 2023-06-29 10:52:15 +02:00
wails.json Install adapter-static and add a lib/components 2023-07-03 16:30:13 +02:00

README

About

This is the official Wails Svelte template.

Live Development

To run in live development mode, run wails dev in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools.

Building

To build a redistributable, production mode package, use wails build.