This project shows a fully setup to get SvelteKit working with daisyUI and TailwindCSS in CSR mode.
Once you've clone this project and installed dependencies with pnpm install
(or npm install
or yarn
), start a development server:
pnpm run dev
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.