This is a starter template for a Turborepo using Svelte and Elysia.
To use this example, you need to have Bun installed.
Run the following command:
bun install
bun dev
This Turborepo includes the following packages/apps:
web
: a svelte appapi
: a elysia appeslint-config-custom
: eslint
configurations (includes eslint-plugin-svelte
and eslint-config-prettier
)Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you: