Base module federation application.
This project is built on React, Module Federation, and Rspack. It is designed to reproduce our shared dependencies issue. To accomplish this, we have created a new external package called external-package-version-display, which is used in all of the project MFEs.
Please check our repository issues page.
To get started with the application, follow these steps:
- Clone the repository to your local machine.
- Install the necessary dependencies by running
yarn install
. - Run the app by running
yarn dev
. - Open your browser and navigate to
http://localhost:3000
to view the application.