Skip to content

tkodev/ex-yarn-turborepo-demo

Repository files navigation

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

About

⚡ Proof of concept for turborepo based monorepos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published