This is an official starter Turborepo.
This Turborepo includes the following packages/apps:
docs
: a svelte-kit appweb
: another svelte-kit appui
: a stub Svelte component library shared by bothweb
anddocs
applicationseslint-config-custom
:eslint
configurations (includeseslint-plugin-svelte
andeslint-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
Run the following command:
npx degit vercel/turbo/examples/with-svelte with-svelte
cd with-svelte
pnpm install
git init . && git add . && git commit -m "Init"