Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 1.92 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.92 KB

Microfrontends with webpack ModuleFederationPlugin

Package Type Port Framework
container host 8080 react
marketing remote/sub application 8081 react
auth remote/sub application 8082 react
dashboard remote/sub application 8083 vue

All package have a start and build script that can be run with yarn start and yarn build respectively.

Takeaways