Monorepos with Yarn Workspaces
Briefly

With monorepos, we keep the code for different projects together in one big repository. This makes sharing and reusing the code across multiple projects easier and can simplify dependency management.
A workspace is a package within a larger multi-package monorepo. Each workspace is a standalone unit that can define its dependencies and scripts.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
add
]
[
|
|
]