This is an unofficial starter Turborepo.
This Turborepo includes the following packages/apps:
server
: a expressjs app built with express + typescriptmobile
: a react-native app built with React Native CLIweb
: a Next.js app built with react-native-webui
: a stub react-native component library shared by bothweb
andnative
applicationstsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- Prettier for code formatting