Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextim/lerna-monorepo-starter
https://github.com/alextim/lerna-monorepo-starter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextim/lerna-monorepo-starter
- Owner: alextim
- License: mit
- Created: 2020-07-24T13:37:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:36:13.000Z (about 1 year ago)
- Last Synced: 2024-10-30T21:08:17.416Z (about 2 months ago)
- Language: CSS
- Size: 583 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lerna Monorepo Article (Starter)
The accompanying starter project for the Lerna Monorepo article here TODO: add linkThe 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 deploymentsThe application has been scaffolded using Gatsby TODO: add link
## InstallInstall the packages using Yarn
```sh
yarn
```To run your starter project run the following
```sh
gatsby develop
```You'll then be able to access it on `localhost:8000`
## Deploy
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)