Skip to content

wygkzqa/lerna-monorepo-starter

 
 

Repository files navigation

Lerna Monorepo Article (Starter)

The accompanying starter project for the Lerna Monorepo article here TODO: add link

The blog post is a tutorial that will get you familiar with the whys and hows of using a monorepo.

You'll be learning how to use Lerna to create separate packages in the same repo. You'll also make a separate package for shared components and utilities.

CI/CD will also be covered, allowing you to share a pipeline script that tests, lints, builds and deploys each of your monorepo packages. No (tbd) will be used to handle deployments

The application has been scaffolded using Gatsby TODO: add link

Install

Install the packages using Yarn

yarn

To run your starter project run the following

gatsby develop

You'll then be able to access it on localhost:8000

Deploy

Deploy to Netlify

About

Accompanying code for Medium post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.0%
  • JavaScript 41.0%