- Wails + React + Typescript + Vite + Tailwind CSS (for Wails v2)
- Support hot-reload
Ensure that the Wails command line is installed, then run follow command:
wails init -n YourProjectName -t "https://github.com/Sloaix/wails-vite-react-tailwind-ts-template"
To run in live development mode, run wails dev
in the project directory.
To build a redistributable, production mode package, use wails build
.