Monorepo starter is a starter kit with multi-platform development in mind. It uses yarn workspace to achieve the code sharing.
The initial setup for the mobile using expo is shamelessly stolen from https://github.com/Fried-Chicken/expo-monorepo
- Web with server-side rendering (SSR) using Razzle
- Mobile using Expo
Run yarn install
in the project root
Run yarn start
in the platform you want to run. packages/web
for web, and packages/mobile
for mobile.
TBD... although I'm not sure when