# wails-svelte-template **Repository Path**: wailscn/wails-svelte-template ## Basic Information - **Project Name**: wails-svelte-template - **Description**: A Wails template based on Svelte - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-20 - **Last Updated**: 2023-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wails-svelte-template A minimal [Wails](https://wails.io/) template based on [Svelte](https://svelte.dev). ## Usage ```bash 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.