A simple demo on Microfrontend with Module Federation in React
I have a detailed tutorial on: https://medium.com/@samho1996/microfrontend-with-module-federation-in-react-98b72b347238
In the project directory, run:
cd header-app && yarn && yarn start cd home-app && yarn && yarn start
Open http://localhost:3000 to view module federated Home App
Open http://localhost:3001 to view module federated Header App