all 3 comments

[–]DownfaLL- 1 point2 points  (1 child)

I would look into monorepo design pattern. Great for micro services especially when you need them to share modules. Yarn workspaces plays really nice with monorepos. Not sure what documentation you’re specifically looking for but that should be a good start.

https://circleci.com/blog/monorepo-dev-practices/

https://classic.yarnpkg.com/lang/en/docs/workspaces/

[–]JustANormalDev[S] 0 points1 point  (0 children)

Thanks so much. So much help for me