wails-sveltekit-shadcn-boilerplate Svelte Themes

Wails Sveltekit Shadcn Boilerplate

A boilerplate for cross-platform applications using Wails, SvelteKit, and shadcn-svelte

Wails SvelteKit shadcn Boilerplate

This project uses Wails, SvelteKit, and shadcn-svelte

Quick Start

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/jadenhills/wails-sveltekit-shadcn-boilerplate.git your-project
cd your-project
cd frontend
npm install

Starting Development

Start the app in the dev environment:

wails dev

Add shadcn Components

Ensure you are in the frontend directory

cd frontend
npx shadcn-svelte@latest add <component-name>

Packaging for Production

To package apps for the local platform:

wails build

Top categories

Loading Svelte Themes