Back to Turborepo

Turborepo non-monorepo starter

examples/non-monorepo/README.md

2.9.91.1 KB
Original Source

Turborepo non-monorepo starter

This Turborepo starter is maintained by the Turborepo core team.

Using this example

Run the following command:

sh
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).

Tasks

There are several Turborepo tasks already set up for you to use.

Build the application

pnpm turbo build

Lint source code

pnpm turbo lint

Type check source code

pnpm turbo check-types

Run the application's development server

pnpm turbo dev

Learn more about the power of Turborepo: