Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 338 Bytes

lerna-example

Example Lerna monorepo with Jest, TypeScript & Babel

Features

  • Go to definition works without building the project.
  • Building packages creates the expected build/ folder structure.
  • Minimal maintenance of config files.

Setup

npm install
npm run bootstrap
npm start # Run build, tests & lint