Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 679 Bytes

ex-yarn-turborepo-demo

This is an demo repo showing integration between Yarn Workspaces (monorepo management) + Turborepo (build tools) + React Native & Next JS (client apps) + shared utils (packages)

Guide & Requirements

Getting started

  • yarn install to install deps
  • Use turbo to run scripts in all packages:
    • yarn dev to start all dev envs
    • yarn build to build all packages
    • yarn start to start built bundles
    • yarn test to run all tests
    • yarn lint to lint all packages