This repo is following the Micro-Frontend guidelines in React as demonstrated on this repo with Angular
More details on the micro-frontend Chaos article
Video of the lecture from AngularUp 2021
An online demo is hosted on this url
Serve all applications with watch:
npm run serve:all
Go to localhost:4200
on your browser
Build all applications
npm run build:all
Build specific application
npx nx build <application name>