amite / lerna-gatsby-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CSS 59.0%Language:JavaScript 41.0%