In this course we'll be focusing on a package-based monorepo setup.
Basically, we have a collection of packages, each with their own package.json
. We'll then use pnpm workspaces to set up a monorepo that allows us to share these packages between each other locally.
As our app grows we'll bring in Nx to get more advanced features such as build pipelines and caching.
So let's dive right in! If you have any questions don't hesitate to leave a comment.