This starter has boilerplate that allows for easy app generation using Plop.js
Use this as a template for a new repository.
If you're more into using yarn or npm you'd just delete the pnpm-lock.yaml, change the
packageManager
field in the root package.json and run your install of choice.
pnpm install
pnpm dev
Run the script below and follow the prompts.
pnpm generate:app
This Turborepo includes the following packages/apps:
docs
: a svelte-kit appweb
: another svelte-kit appui
: a stub Svelte component library shared by both web
and docs
applicationseslint-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: