Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobonobo/wails-sveltekit
SvelteKit for Wails
https://github.com/nobonobo/wails-sveltekit
Last synced: 22 days ago
JSON representation
SvelteKit for Wails
- Host: GitHub
- URL: https://github.com/nobonobo/wails-sveltekit
- Owner: nobonobo
- Created: 2021-12-17T12:58:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T19:32:06.000Z (about 1 year ago)
- Last Synced: 2024-06-21T16:55:53.733Z (6 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wails-sveltekit
## About
A template using SvelteKit
## Building
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.## Live Development
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`. The frontend dev server will run on http://localhost:34115. Connect to this
in your browser and connect to your application.