Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorhom/react-monorepo
a simple monorepo setup for react & react-native using yarn workspaces.
https://github.com/gorhom/react-monorepo
monorepo react react-native shared yarn-workspaces
Last synced: 19 days ago
JSON representation
a simple monorepo setup for react & react-native using yarn workspaces.
- Host: GitHub
- URL: https://github.com/gorhom/react-monorepo
- Owner: gorhom
- Created: 2020-01-13T22:35:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T08:03:09.000Z (over 3 years ago)
- Last Synced: 2024-10-14T10:18:19.978Z (about 1 month ago)
- Topics: monorepo, react, react-native, shared, yarn-workspaces
- Language: JavaScript
- Size: 1.67 MB
- Stars: 44
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Monorepo
a simple monorepo setup for `react` & `react-native` using `yarn workspaces`.
![](./docs/demo.gif)
## Getting Started
```sh
# 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](https://github.com/facebook/metro/issues/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](https://choosealicense.com/licenses/mit/)