Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobonobo/wails-sveltekit-skeleton
project template for wails with sveltekit & skelton
https://github.com/nobonobo/wails-sveltekit-skeleton
Last synced: 22 days ago
JSON representation
project template for wails with sveltekit & skelton
- Host: GitHub
- URL: https://github.com/nobonobo/wails-sveltekit-skeleton
- Owner: nobonobo
- License: mit
- Created: 2023-10-16T10:45:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T04:26:10.000Z (7 months ago)
- Last Synced: 2024-05-23T05:25:00.936Z (7 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wails-sveltekit-skeleton
## About
A template using SvelteKit
## prerequire
- go 1.21~
- npm 10~```
go install github.com/wailsapp/wails/v2/cmd/wails@latest
wails init -n sample -t https://github.com/nobonobo/wails-sveltekit-skeleton
cd sample
```## 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.