turbo-svelte-starter

Turbo Svelte Starter

Turbo and svelte starter kit

Turborepo Svelte starter

This is a fork of an official starter Turborepo with minor changes to make it run out of the box. This is bootstraps a monorepo with turbo with latest two sveltekit apps - docs & web.

Requirements

  • Node Latest (v16.15.1)

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a svelte-kit app
  • web: another svelte-kit app
  • ui: a stub Svelte component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this example

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"

Top categories

Loading Svelte Themes