Course lesson
Intro to Monorepos with NPM Workspaces Outro
Thank you for completing my course!
- Duration
- 2 min
- Access
- Included
- Transcript
- Retained from source evidence
Thank you for completing my course!
You’ve learned what monorepos are, how to create them from scratch, how to install different projects inside of it, and how to run different scripts inside of a monorepo.
So where do you go from here? I suggest creating your own Monorepo project template and publish it on Github. Take a look at Yarn Workspaces, pnpm, Learna, Nx and Turborepo for different monorepo tools.
I also highly suggest Migrating some of your existing projects to a monorepo. Have a main frontend application that consumes a shared UI library package and a backend service. Another way would be to have a backend service, a mobile application and a frontend application.
Best of luck and happy coding!