All Projects β†’ jibin2706 β†’ cra-monorepo-demo

jibin2706 / cra-monorepo-demo

Licence: other
Monorepo example using create-react-app and common component library structure with yarn workspaces

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to cra-monorepo-demo

Ts Monorepo
Template for setting up a TypeScript monorepo
Stars: ✭ 459 (+1140.54%)
Mutual labels:  create-react-app, lerna, monorepo
Puppeteer Extra
πŸ’― Teach puppeteer new tricks through plugins.
Stars: ✭ 3,397 (+9081.08%)
Mutual labels:  lerna, monorepo, yarn-workspaces
vscode-monorepo-workspace
πŸ“¦βœ¨Manage monorepos with multi-root workspaces. Supports Lerna, Yarn, Pnpm, Rushjs and recursive package directories.
Stars: ✭ 93 (+151.35%)
Mutual labels:  lerna, monorepo, yarn-workspaces
mono.ts
A minimal example of a typescript mono repo with pre-build support (tests, vscode).
Stars: ✭ 58 (+56.76%)
Mutual labels:  lerna, monorepo, yarn-workspaces
Monorepo Run
Run scripts in monorepo with colors, streaming and separated panes
Stars: ✭ 167 (+351.35%)
Mutual labels:  lerna, monorepo
lerna-sync
A package to synchronize distributed GitHub repos inside a Lerna monorepo.
Stars: ✭ 15 (-59.46%)
Mutual labels:  lerna, monorepo
Lerna Yarn Workspaces Monorepo
πŸ‰ A Monorepo with multiple packages and a shared build, test, and release process.
Stars: ✭ 201 (+443.24%)
Mutual labels:  lerna, monorepo
Vue Monorepo Boilerplate
Vue Fullstack App Monorepo Boilerplate
Stars: ✭ 136 (+267.57%)
Mutual labels:  lerna, monorepo
monoreact
πŸ“¦ React workspaces implementation
Stars: ✭ 13 (-64.86%)
Mutual labels:  create-react-app, monorepo
React Workspaces Playground
βš›οΈ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.
Stars: ✭ 658 (+1678.38%)
Mutual labels:  create-react-app, monorepo
Create React App
Yarn Workspaces Monorepo support for Create-React-App / React-Scripts.
Stars: ✭ 76 (+105.41%)
Mutual labels:  create-react-app, monorepo
Melos
πŸŒ‹ A tool for managing Dart projects with multiple packages (sometimes called monorepos). With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
Stars: ✭ 155 (+318.92%)
Mutual labels:  lerna, monorepo
Daily Apps
Everything you see on Daily πŸ‘€
Stars: ✭ 141 (+281.08%)
Mutual labels:  lerna, monorepo
Bolt
The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.
Stars: ✭ 186 (+402.7%)
Mutual labels:  lerna, monorepo
Yerna
A Lerna-like tool for managing Javascript monorepos using Yarn
Stars: ✭ 140 (+278.38%)
Mutual labels:  lerna, monorepo
Apployees Nx
A collection of builders and extensions for the https://nx.dev monorepo tooling.
Stars: ✭ 43 (+16.22%)
Mutual labels:  create-react-app, monorepo
Generator Django Rest
Yeoman generator for a Django REST/GraphQL API, an optional React SPA & lots more!
Stars: ✭ 77 (+108.11%)
Mutual labels:  create-react-app, monorepo
monorepo-utils
A collection of utilities for monorepo/lerna. Tools for TypeScript project references etc..
Stars: ✭ 143 (+286.49%)
Mutual labels:  lerna, monorepo
Sketchmine
Tools to validate, generate and analyse sketch files from web pages
Stars: ✭ 114 (+208.11%)
Mutual labels:  lerna, monorepo
Modern Monorepo Boilerplate
Modern Monorepo Boilerplate with Lerna, TypeScript, React/CRA, HMR, Jest, ESLint/TypeScript.
Stars: ✭ 127 (+243.24%)
Mutual labels:  lerna, monorepo

cra-monorepo-demo

Monorepo example using create-react-app and common component library structure with yarn workspaces

Directory structure

.
└── monorepo/
    β”œβ”€β”€ packages/
    β”‚   β”œβ”€β”€ app/ (create-react-app)
    β”‚   β”‚   β”œβ”€β”€ src/
    β”‚   β”‚   └── package.json
    β”‚   └── common/ (shared component library)
    β”‚       └── components
    β”‚       └── package.json
    β”œβ”€β”€ package.json
    └── yarn.lock

Know more

I have written a blog post explaining the details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].