Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 1.08 KB

Multi Framework(version) Micro Frontends with Module Federation and Web Components

Structure

The projects has an Angular Shell that load using webpack 5 and module federation varius other microfrontend (Angular, React, VueJs)

  • Shell
  • Mfe1
  • Mfe2
  • Mfe3
  • Mfe4
  • Mfe5

Prerequisites

  • yarn installed

Start and Run

  1. yarn -- Install dependencies
  2. yarn bootstrap -- Install dependencies of all micro frontends and shell with lerna
  3. yarn start -- Starts the shell and all Micro Frontends with lerna
  4. Navigate to http://localhost:4200 to start the shell

Link