This is my personal kit for building svelte apps with tailwind.
This Turborepo includes the following packages/apps:
docs
: a svelte-kit appweb
: another svelte-kit appui
: a Svelte component library shared by bothweb
anddocs
applicationseslint-config-custom
:eslint
configurations (includeseslint-plugin-svelte
andeslint-config-prettier
)tests
: Playwright e2e lib for testing bothweb
anddocs
applications
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
- PLaywright for code formatting