Skip to content

A Turborepo template with a shared Tailwind v4 config, Biome for linting & formatting, and Bun for blazing-fast package management.

License

Notifications You must be signed in to change notification settings

shutock/twurbun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turborepo Tailwind Template

Bun TailwindCSS Turborepo Biome

A modern, high-performance monorepo template powered by Bun and Turborepo, featuring shared Tailwind configuration for consistent styling across all applications.

✨ Features

  • ⚡️ Bun - Ultra-fast package management and runtime
  • 📦 Turborepo - Efficient monorepo management with intelligent build caching
  • 🎨 Shared Tailwind - Consistent styling across all applications
  • 🔧 Biome - Modern linting and formatting for consistent code style
  • 🚀 Optimized Build System - Advanced caching for faster builds
  • 📱 Type Safety - Full TypeScript support across all packages

🚀 Getting Started

Prerequisites

  • Bun installed on your system

Installation

  1. Clone the repository:
git clone https://github.com/shutock/twurbun.git
cd twurbun
  1. Install dependencies:
bun install
  1. Start development server:
bun dev

📁 Project Structure

├── apps/             # Application packages
│   ├── _template/    # Template app with basic setup
│   └── root/         # Root application
├── configs/          # Shared configurations
│   ├── tailwind/     # Shared Tailwind config
│   └── typescript/   # Shared TypeScript config
├── packages/         # Shared packages
│   ├── ui/           # Shared UI components
│   └── utils/        # Shared utilities
├── .npmrc            # NPM configuration
├── biome.json        # Biome configuration
└── turbo.json        # Turborepo configuration

🛠️ Available Commands

  • bun dev - Start development servers for all applications
  • bun run build - Build all applications and packages

🔧 Using the Template

  1. Configure Tailwind

    • Modify shared styles in configs/tailwind/styles.css
    • Customize theme in tailwind.config.ts
  2. Add New Applications

    • Copy apps/_template/ to create new apps
    • Update application-specific configurations
  3. Extend Shared Packages

    • Add reusable components to packages/ui/
    • Create utility functions in packages/utils/

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with ❤️ using Bun, Turborepo, and Tailwind CSS.

About

A Turborepo template with a shared Tailwind v4 config, Biome for linting & formatting, and Bun for blazing-fast package management.

Topics

Resources

License

Stars

Watchers

Forks