Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)