Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nargonath/test-monorepo
Just a dummy project to test monorepo
https://github.com/nargonath/test-monorepo
Last synced: 9 days ago
JSON representation
Just a dummy project to test monorepo
- Host: GitHub
- URL: https://github.com/nargonath/test-monorepo
- Owner: Nargonath
- License: mit
- Created: 2019-06-22T18:10:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:16:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:26:35.728Z (25 days ago)
- Language: JavaScript
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lerna Monorepo Article (Starter)
Article source: https://codeburst.io/develop-and-deploy-your-own-react-monorepo-app-in-under-2-hours-using-lerna-travis-and-now-2b140d647238
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 deploymentsThe application has been scaffolded using Gatsby TODO: add link
## Install
Install 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)