Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 341 Bytes

File metadata and controls

10 lines (7 loc) · 341 Bytes

Lerna monorepo with TypeScript tutorial

This repo contains code for the following tutorial

The tutorial will show you how to:

  • Initialize a Lerna repository
  • Create multiple packages that can be imported
  • Setup TypeScript with incremental builds
  • Compile our TypeScript packages