idonava / base-mf-app

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.
0 stars 1 forks source link

BASE MF APP

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.

Issues

Please check our repository issues page.

Instructions

To get started with the application, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies by running yarn install.
  3. Run the app by running yarn dev.
  4. Open your browser and navigate to http://localhost:3000 to view the application.