Skip to content

egorBezmen/single-workspace-turborepo

Repository files navigation

Turborepo non-monorepo starter

This is an official starter Turborepo.

Using this example

Run the following command:

npx create-turbo@latest -e non-monorepo

What's inside?

This Turborepo uses a single, non-monorepo project (in this case, a single Next.js application). Since Turborepo 1.6, you can use Turborepo for non-monorepo projects as well as monorepos.

Build

To build all apps and packages, run the following command:

pnpm turbo build

Develop

To develop all apps and packages, run the following command:

pnpm turbo dev

Useful Links

Learn more about the power of Turborepo: