Skip to content

el173/rn-micro-frontend-boilerplate

Repository files navigation

rn-micro-frontend-boilerplate

React Native (Super App) boilerplate for Micro Front Ends

Usage

Clone project with sub modules:

git clone --recursive -j8 https://github.com/el173/rn-micro-frontend-boilerplate.git

Install dependencies:

yarn bootstrap

Pod install iOS (Only for iOS)

yarn pod-instal

Start development servers separately:

# todo:: configure with yarn workspace
yarn start:app1
yarn start:app2
yarn start:host

Run Host app:

yarn run:host:ios
yarn run:host:android

Run Standalone:

# App One
yarn run:app1:ios
yarn run:app1:android

# App Two
yarn run:app2:ios
yarn run:app2:android

Demo:

iOS Demo App