Using Nx to build a multilang monorepo

1 · Sylhare · Oct. 21, 2024, midnight
We have talked previously about creating a multi-package typesript project using only node’s workspace feature. This could be considered as a monorepo where you’d have an application with some libraries. However, if you want to scale up, this simple setup may not be enough....