No description
Find a file
2023-09-05 20:38:18 +02:00
build First commit 2023-06-29 10:52:15 +02:00
data/quizzes Add delete feature 2023-09-05 20:38:18 +02:00
frontend Add delete feature 2023-09-05 20:38:18 +02:00
.gitignore Provide basic functionalities for create/update quiz 2023-07-13 13:20:39 +02:00
app.go Add delete feature 2023-09-05 20:38:18 +02:00
go.mod Add delete feature 2023-09-05 20:38:18 +02:00
go.sum Add delete feature 2023-09-05 20:38:18 +02:00
main.go Fix import aliases issue 2023-08-28 10:13:48 +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.