Monorepo :

How are Monorepos created and managed ??

Standard Architecture Of Monorepo

image.png

Concepts involved in Monorepo are :

Turborepo provides all the functionality by default. we can also create manually as well

npx create-turbo@latest my-monorepo
//command to initialize monorepo using turborepo

Understanding File Structure Of Monorepo