Monorepo setup using Yarn workspaces
Before jumping into what is monorepos and yarn workspaces let's try to understand the problem that we face.
Consider we have an application that has Frontend, backend, and a chrome extension.
The usual structure for it would be something like this
A...
abhikumar.hashnode.dev7 min read