A modern, high-performance monorepo template powered by Bun and Turborepo, featuring shared Tailwind configuration for consistent styling across all applications.
Clone the repository:
git clone https://github.com/shutock/twurbun.git
cd twurbun
Install dependencies:
bun install
Start development server:
bun dev
āāā 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
bun dev
- Start development servers for all applicationsbun run build
- Build all applications and packagesConfigure Tailwind
configs/tailwind/styles.css
tailwind.config.ts
Add New Applications
apps/_template/
to create new appsExtend Shared Packages
packages/ui/
packages/utils/
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
Built with ā¤ļø using Bun, Turborepo, and Tailwind CSS.