- example for webpack 5's ModuleFederation
Module | Description | host |
---|---|---|
core | Core Library Container | http://localhost:2000 |
shell | App Shell | http://localhost:3000 |
main | Standalone Application | http://localhost:3001 |
order | Standalone Application | http://localhost:3002 |
products | Standalone Application | http://localhost:3003 |
others... | Standalone Application | ... |
- Run
npm install
in root - Run
npm run start
in root