NPM workspaces and Typescript monorepo
As a result of working on my recent project, I discovered npm workspaces
I think we are over with the microservices hype, and it’s time we come back to building monoliths inside monorepos.
Monorepos are great, because they allow us to keep our entire code base in one places, rather than being scattered across a dozen of different packages. But working with monorepos is not always easy. Luckily, npm v7 has support for workspaces, which really simply the way we work with monorepos.
In my recent article, Typescript monorepo with NPM workspaces, I go deeper into exploring how you can set up a typescript monorepo powered by npm workspaces.
Enjoy your reading!