Turborepo with Tailwind CSS setup for shared ui components.
The turborepo-tailwindcss project is a sample setup of a Turborepo monorepository that includes shared Tailwind CSS configurations. This project demonstrates the setup of a monorepo environment using Turborepo and showcases how common configurations can be shared across multiple applications within a single codebase.
git clone <repository_url>
yarn install
yarn dev
yarn workspace <name> dev
<name>
with the app you want to start.The turborepo-tailwindcss project provides a practical example of setting up a monorepository using Turborepo and sharing Tailwind CSS configurations and common tool configurations across multiple applications. By following the installation guide, developers can quickly set up the project locally and explore the shared configurations and applications included in the monorepo.