This is an official starter Turborepo.
This Turborepo includes the following packages/apps:
dashboard-solid: a solid.js appdashboard-sveltekit: a svelte-kit appui: a stub Svelte component library shared by dashboard-solig and dashboard-sveltekit applicationeslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)tailwind-config: tailwindcss configurations (includes forms', 'typography and daisyui)tsconfig: tsconfig.jsons used throughout the monorepoEach package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
Run the following command:
npx degit kevinblade/turbo-sveltekit-starter turbo-sveltekit-starter
cd turbo-sveltekit-starter
pnpm install
git init . && git add . && git commit -m "Init"