Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 644 Bytes

monorepo-starter

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

Platform (currently) supported

  • Web with server-side rendering (SSR) using Razzle
  • Mobile using Expo

Installation

Run yarn install in the project root

Running

Run yarn start in the platform you want to run. packages/web for web, and packages/mobile for mobile.

How it works

TBD... although I'm not sure when