/next-react-native

monorepo boilerplate for next and react-native

Primary LanguageTypeScript

Turborepo react-native starter

This is an unofficial starter Turborepo.

Using this example

Run the following command:

  1. Clone this repo and run npm install at the root directory (monorepo root)

Running the apps

. To run all the apps

turbo dev
  • Only run the web app
npm run web:dev
  • Only run the mobile app
npm run mobile:dev

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you: