hasanaktas / turborepo-kitchensink

https://turborepo-kitchensink-sable.vercel.app
1 stars 0 forks source link

Turborepo kitchen sink starter

This is an official starter Turborepo with multiple meta-frameworks all working in harmony and sharing packages.

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this example

Run the following command:

npx degit vercel/turbo/examples/kitchen-sink kitchen-sink
cd kitchen-sink
pnpm install
git init . && git add . && git commit -m "Init"