JavaScript and TypeScript Monorepos

JavaScript and TypeScript Monorepos

3 hours, 46 minutes CC

A monorepo is a git repository that contains more than one project. This powerful idea has taken the JavaScript world by storm, as it unlocks powerful new patterns around composition, encapsulation, and ease of maintenance. You'll get hands-on experience with best-in-class tools designed to keep the workflows for even complex projects simple!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: November 18, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Composite TypeScript Project

Linting & Centralizing Builds

Conventional Commits & CommitLint

Dependencies

Documentation

Wrapping Up