Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tombuckley91/cross-logic-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turborepo starter

This is an official Yarn v1 starter turborepo.

What's inside?

This turborepo uses YARN as a package manager. It includes the following packages/apps:

Apps and Packages

  • app: a React Native app
  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo
  • react-sdk: A custom hook that exposes business logic
  • expo-yarn-workspaces: Required to set up expo in a monorepo

Each package/app is 100% Typescript.

Utilities

This turborepo has some additional tools already setup for you:

Setup

yarn

Build

To build all apps and packages, run the following command:

yarn build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
yarn run dev

Useful Links

Learn more about the power of Turborepo:

About

NextJS & React Native MonoRepo POC with shared business logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published