Simple monorepos via npm workspaces and TypeScript project references

4 · Axel Rauschmayer · July 21, 2021, 10:22 a.m.
A monorepo is a single repository that is used to manage multiple projects. In this blog post, we’ll explore how to set up a simple monorepo for two npm packages. All we need is already built into npm and TypeScript. [Read rest of post]...