This repo contains a React based demo bank application which is built using micro frontend architecture. Also it uses the Webpack's Module Federation Feature.
https://dev.to/pahanperera/react-micro-frontends-with-webpacks-module-federation-32ii
This mono repo contains...
accounts-summary-app
- Micro frontend that provides the summary of all the accountsaccount-details-app
- Micro frontend that provides details of a selected accountmain-app
- App that hosts above two components. Also acts as a medium to communicate with each other.
- Navigate to each project
- Install dependencies
$ yarn install
- Run in local
$ yarn start
Each application will run on its configured ports.
accounts-summary-app
- http://localhost:9001/account-details-app
- http://localhost:9002/main-app
- http://localhost:9000/