Menu
Libraries |
Category

turbosvelte

  • Purpose: This is an unofficial SvelteKit monorepo starter powered by Turborepo, designed to streamline the setup of a SvelteKit-based monorepo.
  • Target Audience: Developers looking to build SvelteKit applications or libraries within a monorepo structure.
  • Key Features:
    • Includes a documentation site (Sveleton) as a placeholder.
    • Core components and shared configurations (TypeScript, ESLint) are pre-configured.
    • 100% TypeScript support across all packages and apps.
  • Framework Support: Primarily focused on SvelteKit, with Turborepo for monorepo management.
  • Project Structure:
    • docs: Documentation site.
    • rename-core: Core components.
    • rename-tsconfig: Shared TypeScript configurations.
    • eslint-preset-rename: ESLint preset.
  • Customization: Requires manual adjustments for NPM scope and port configurations when running multiple dev environments.

svelteturborepovercelsveltekitsveltekit-template

Comments