Micro-Frontends with Nx, Webpack Module Federation and Angular

August 15, 2021 ยท View on GitHub

Presentation

https://docs.google.com/presentation/d/1Bm43te2cDjGuaL0itGh-b_v019XV-ynlq-B7Xeojccw/edit?usp=sharing

Demo

Install dependencies:

npm i

Run remote apps first

npm run start:mailbox
npm run start:calendar

Run shell app

npm run start:shell

Contents

  1. 1Presentation
  2. 2Demo