A guide for setting up a mono repo with TypeScript, Lerna and Yarn Workspaces

This is were the fun starts! Setting up a mono repo from scratch. We will be using TypeScript, Yarn workspaces, Lerna, and Jest. The release of the packages will be done with Github Actions. In this… Read more

Similar