Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 469 Bytes

Angular Multi-Repo Webpack Module Federation Example (Micro Frontends)

The Notification App

This repository is part of an Angular mlti-repo Webpack Module Federation example, explained here.

Provide the Notification App

To provide the app, run:

  • npm i
  • npm start

The Micro Frontend has it's own development shell, available under http://localhost:5000.

Explanation for Example

follows soon