Skip to content

reepolee/rsbuild-svelte5-tailwind4

Repository files navigation

Rsbuild Project with Svelte 5 and Tailwind 4

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview