This project is a comprehensive template for building desktop applications using Wails, Svelte, TailwindCSS, and Shadcn UI. It combines the power of Svelte for reactive UI components, TailwindCSS for utility-first styling, and Shadcn UI for additional UI components, all wrapped in a Wails application for easy cross-platform deployment.
To get started with this template, follow these steps:
wails build
to build the application. This will compile the Svelte and TailwindCSS assets and prepare the application for deployment.build
directory.For live development, you can run the application in development mode. This will enable hot-reloading, allowing you to see changes in real-time as you develop.
Run Wails in Development Mode: In a terminal, run wails dev
from the project root directory to start the Wails application in development mode.