This is an official starter Turborepo.
Run the following command:
npx create-turbo@latest -e non-monorepo
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.
To build all apps and packages, run the following command:
pnpm turbo build
To develop all apps and packages, run the following command:
pnpm turbo dev
Learn more about the power of Turborepo: