๐ A cutting-edge monorepo starter with TypeScript, Next.js, Tailwind CSS, Directus CMS, Turborepo, Vitest, Playwright, and GitHub Actions. Optimized for modularity, performance, and an outstanding developer experience.
# Clone the repository
git clone https://github.com/codingbutter/turbo-modern-starter.git
cd turbo-modern-starter
# Install dependencies
pnpm install
# Start development servers
pnpm dev
turbo-modern-starter
โโโ apps/ # Applications
โ โโโ docs/ # Documentation site (Next.js + Fumadocs)
โ โโโ extension/ # Browser extension (Vite + React)
โ โโโ web/ # Web application (Next.js)
โโโ packages/ # Shared packages
โ โโโ ui/ # UI components
โ โโโ config/ # Shared configuration
โ โโโ utils/ # Utility functions
โโโ .github/ # GitHub configuration and workflows
โโโ e2e/ # End-to-end tests with Playwright
โโโ docs/ # Global documentation
# Run all development servers
pnpm dev
# Build all packages and applications
pnpm build
# Run tests
pnpm test
# Run end-to-end tests
pnpm e2e
For detailed documentation:
This project is licensed under the MIT License - see the LICENSE file for details.