No description
Find a file
2025-06-19 16:51:10 +08:00
apps chore: rename to template 2025-06-19 16:51:10 +08:00
packages chore: add shadcn 2025-06-19 03:46:59 +08:00
.gitignore feat(create-turbo): create kitchen-sink 2025-06-19 02:40:01 +08:00
.npmrc feat(create-turbo): create kitchen-sink 2025-06-19 02:40:01 +08:00
package-lock.json chore: add shadcn 2025-06-19 03:46:59 +08:00
package.json feat(create-turbo): apply package-manager transform 2025-06-19 02:40:01 +08:00
README.md chore: rename to template 2025-06-19 16:51:10 +08:00
turbo.json feat(create-turbo): create kitchen-sink 2025-06-19 02:40:01 +08:00

Turborepo kitchen sink starter

This Turborepo starter is maintained by the Turborepo core team.

This example also shows how to use Workspace Configurations.

Using this example

Run the following command:

npx create-turbo@latest -e kitchen-sink

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • express-template: an Express server
  • next-template: a Next.js app
  • vite-template: a Vite single page app
  • remix-template: a Remix blog
  • @repo/eslint-config: ESLint configurations used throughout the monorepo
  • @repo/jest-presets: Jest configurations
  • @repo/logger: isomorphic logger (a small wrapper around console.log)
  • @repo/ui: a dummy React UI library (which contains <CounterButton> and <Link> components)
  • @repo/typescript-config: tsconfig.json's used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you: