The simplist way to get started with Turborepo, Tailwind, and Shadcn (for now).
This is a starter project for using Turborepo with Tailwind and Shadcn.
- Install Turborepo CLI ->
npm install turbo --global
if you haven't already. - Clone this repo or make a copy of it (
Use template
button). cd
into the project directory.- Run
npm install
to install dependencies. - Run
turbo build
to build the project. - If cache missed on the first build, run
turbo build
again. - Run
turbo dev
to start the development server.