A modern, production-ready UI template built with SvelteKit 5, Tailwind CSS 4, and shadcn-svelte components.
npm install
npm run dev
Open http://localhost:5173 in your browser.
npm run build
npm run preview
src/
āāā lib/
ā āāā components/ # Reusable components
ā āāā hooks/ # Custom Svelte hooks
ā āāā utils.ts # Utility functions
āāā routes/ # SvelteKit routes
npm run scd [component-name]
Visit shadcn-svelte.com for available components.
npm run dev - Start development servernpm run build - Build for productionnpm run preview - Preview production buildnpm run check - Type checknpm run format - Format code with Prettier