https://github.com/angelfire/monorepoturborepo
Monorepo using Turborepo + Vite 6.* + React 19 + TypeScript + TailwindCSS 4.* + Shadcnui
https://github.com/angelfire/monorepoturborepo
Last synced: about 1 month ago
JSON representation
Monorepo using Turborepo + Vite 6.* + React 19 + TypeScript + TailwindCSS 4.* + Shadcnui
- Host: GitHub
- URL: https://github.com/angelfire/monorepoturborepo
- Owner: Angelfire
- Created: 2025-02-14T14:42:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T14:55:36.000Z (over 1 year ago)
- Last Synced: 2025-02-14T15:38:36.683Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Turborepo Starter`
This is a starter I built combining the power of Turborepo, Vite, React, TypeScript, TailwindCSS 4.0, and Shadcn/ui. It’s designed to help you kickstart a modern monorepo setup quickly and efficiently.
## What's Included?
This Turborepo starter comes with the following apps and packages:
### Apps and Packages
- docs: A basic Vite app with React and TypeScript, perfect for documentation.
- web: The main Vite app with React and TypeScript.
- @repo/ui: A shared component and utility library built with Shadcn/ui and TailwindCSS 4.0.
- @repo/eslint-config: Shared ESLint configurations for consistent code quality.
- @repo/typescript-config: Shared tsconfig.json configurations used across all apps and packages.
All code is written entirely in TypeScript.
## Preconfigured Tools
This starter includes several tools already set up for you:
- TypeScript for static type checking.
- ESLint for linting and maintaining code quality.
- Prettier for automatic code formatting.
- TailwindCSS 4.0 for utility-first CSS styling.
- Shadcn/ui for modern, accessible, and customizable components.