All Projects → gorhom → react-monorepo

gorhom / react-monorepo

Licence: other
a simple monorepo setup for react & react-native using yarn workspaces.

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-monorepo

tangerine-monorepo
A "fast" TypeScript-based Node.js monorepo setup powered by esbuild & turborepo
Stars: ✭ 191 (+377.5%)
Mutual labels:  monorepo, yarn-workspaces
mock-spy-module-import
JavaScript import/require module testing do's and don'ts with Jest
Stars: ✭ 40 (+0%)
Mutual labels:  monorepo, yarn-workspaces
yarn-workspaces-simple-monorepo
Yarn Workspaces basic monorepo management without Lerna for coding examples
Stars: ✭ 31 (-22.5%)
Mutual labels:  monorepo, yarn-workspaces
cra-monorepo-demo
Monorepo example using create-react-app and common component library structure with yarn workspaces
Stars: ✭ 37 (-7.5%)
Mutual labels:  monorepo, yarn-workspaces
Puppeteer Extra
💯 Teach puppeteer new tricks through plugins.
Stars: ✭ 3,397 (+8392.5%)
Mutual labels:  monorepo, yarn-workspaces
React-Native-Web-TypeScript-Prettier-Boilerplate
A starterkit to work with nextjs, react-native, storybook… all with prettified typescript and in a monorepo
Stars: ✭ 16 (-60%)
Mutual labels:  monorepo, yarn-workspaces
vscode-monorepo-workspace
📦✨Manage monorepos with multi-root workspaces. Supports Lerna, Yarn, Pnpm, Rushjs and recursive package directories.
Stars: ✭ 93 (+132.5%)
Mutual labels:  monorepo, yarn-workspaces
mono.ts
A minimal example of a typescript mono repo with pre-build support (tests, vscode).
Stars: ✭ 58 (+45%)
Mutual labels:  monorepo, yarn-workspaces
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+112.5%)
Mutual labels:  monorepo, shared
devto-monorepo
Source code for the Dev.to article - Next.js, Apollo Client and Server on a single Express app
Stars: ✭ 33 (-17.5%)
Mutual labels:  monorepo, yarn-workspaces
rules ruby
Ruby Rules for Bazel. It is, perhaps, production-ready. This project builds atop the work of Yugui, whose original rules can be found at https://github.com/yugui/rules_ruby. Please be aware there is an active fork of this project maintained by Coinbase at https://github.com/coinbase/rules_ruby.
Stars: ✭ 85 (+112.5%)
Mutual labels:  monorepo
copybara-action
Transform and move code between repositories. Start with ZERO config and 100% customizable.
Stars: ✭ 69 (+72.5%)
Mutual labels:  monorepo
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-45%)
Mutual labels:  monorepo
blog
blog posts & source code.
Stars: ✭ 44 (+10%)
Mutual labels:  monorepo
Anything
Digital asset organizing tool for creators.
Stars: ✭ 19 (-52.5%)
Mutual labels:  monorepo
typescript-monorepo-cra-example
TypeScript@3 monorepo example CRA version
Stars: ✭ 25 (-37.5%)
Mutual labels:  monorepo
yarn-workspaces-example
Sample monorepo project using new Yarn feature called Workspaces
Stars: ✭ 39 (-2.5%)
Mutual labels:  monorepo
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+1732.5%)
Mutual labels:  monorepo
git
git (and github) & monorepo / mono source tree command line tools, libraries & scripts
Stars: ✭ 16 (-60%)
Mutual labels:  monorepo
monorepo-split-github-action
Github Action for Monorepo Split
Stars: ✭ 56 (+40%)
Mutual labels:  monorepo

React Monorepo

a simple monorepo setup for react & react-native using yarn workspaces.

Getting Started

# root folder
yarn

# to run native
cd packages/native
yarn ios
yarn android

# to run web
cd packages/web
yarn start

Acknowledgement

This repository made possible by the efforts of the amazing community ❤️ Follow symlinks? #1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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].