- Webpack Module Federation
- module-federation/nextjs-mf
- module-federation/medusa
- Module Federation Examples
First, install the dependencies using yarn
yarn
Running app in dev environment
yarn dev
It will exposes 3 apps at http://localhost
:
http://localhost:3000
- Shell Applicationhttp://localhost:3001
- Store Applicationhttp://localhost:3002
- Contact Application