This is an official starter Turborepo.
Run the following command:
npx create-turbo@latest -e with-svelteThis Turborepo includes the following packages/apps:
docs: a svelte-kit appweb: another svelte-kit appui: a stub Svelte component library shared by bothwebanddocsapplicationseslint-config-custom:eslintconfigurations (includeseslint-plugin-svelteandeslint-config-prettier)
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting