Your workspace is ready
Welcome to your Turbo powered workspace
A high-performance monorepo with pnpm workspaces, powered by Turborepo. Pre-configured with ESLint, Prettier, TypeScript, and Jest.
Everything you need to build at scale
Turbogen provides a solid foundation for your projects with a focus on developer experience and performance.
High Performance
Turborepo's intelligent caching ensures your builds are lightning fast.
Monorepo Structure
Organized workspace with apps and packages for maximum code reuse.
Tooling Included
Pre-configured ESLint, Prettier, TypeScript, and Jest for consistent code quality.
Ready to start building?
Your workspace is already set up. Here's how to get started:
Start developing
# Install dependencies
pnpm install
# Start development server
pnpm run:webThis will start the development server for your web application. You can now start building your project!
Explore your workspace
Your monorepo is organized with the following structure:
├── apps/
│ └── web/
├── packages/
│ └── ui/
└── tooling/
├── eslint/
├── jest-presets/
├── prettier/
└── typescript/