Course lesson
Install Turborepo in an Existing Monorepo
At the root of our project, we'll run npm install turbo --save-dev to install Turborepo.
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
At the root of our project, we'll run npm install turbo --save-dev to install Turborepo.
We'll also look at how to configure Turborepo in the turbo.json file. We'll look into the $schema and how it affects our configuration.