Turborepo starter kit for SvelteKit, alongside Vite and shadcn-svelte right out of the box.
Once cloned, use the following command to install dependencies:
pnpm installUse the following command to run the monorepo:
pnpm devUse the pre-made script:
pnpm ui:add <component-name>This works the same to shadcn-svelte CLI but the components will be created inside @repo/ui package to reuse components across different apps in your monorepo.
This repo includes the following packages/apps:
- 🌐
console: A SvelteKit app - 🎨
@repo/ui: A svelte component library powered by shadcn-svelte 🔥🚀 - ⚙️
@repo/eslint-config:eslintconfigurations (includessvelte-eslint-parserandeslint-config-prettier)
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- 🛠️ TypeScript for static type checking