Skip to content

raitonoberu/wails-svelte-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wails-svelte-template

A minimal Wails template based on Svelte.

Usage

wails init -n myapp -t https://github.com/raitonoberu/wails-svelte-template

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. Now every change you make to the frontend should hot-reload the UI.