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
- yarn installed
yarn-- Install dependenciesyarn bootstrap-- Install dependencies of all micro frontends and shell with lernayarn start-- Starts the shell and all Micro Frontends with lerna- Navigate to http://localhost:4200 to start the shell
- http://localhost:4200 -> shell [Angular 13.1.1]
- http://localhost:4201 -> mfe1 [Angular 13.1.1]
- http://localhost:4202 -> mfe2 [Angular 12.2.15]
- http://localhost:4203 -> mfe3 [Angular 12.2.15]
- http://localhost:4204 -> mfe4 [React 17.0.1]
- http://localhost:4205 -> mfe5 [VueJs 3.0.11]