What is Turborepo?

Share this video with your friends

Send Tweet

Turborepo is a task runner that helps speed up and manage your Monorepos. It's not a dependency management tool. It knows nothing about your dependencies.

It speeds up Monorepos by using local and remote caching as well as incremental builds. It helps to manage your repo with very handy and easy-to-use scripts.

Here is the npm-workspaces repo

So let's hop in and learn about Turborepo!

Note: This course is a continuation of the course Introduction to Monorepos with NPM Workspaces where we initially build out the Monorepo that is used in this course. It is highly suggested to watch that course first before jumping into this one.