This is an demo repo showing integration between Yarn Workspaces (monorepo management) + Turborepo (build tools) + React Native & Next JS (client apps) + shared utils (packages)
- Follow the steps in this blog post: https://www.notion.so/qmo/Creating-a-Monorepo-with-Turborepo-for-React-Native-and-Next-JS-5c7bacce36c3491faadc09e15866dd39?pvs=4
yarn install
to install deps- Use turbo to run scripts in all packages:
yarn dev
to start all dev envsyarn build
to build all packagesyarn start
to start built bundlesyarn test
to run all testsyarn lint
to lint all packages