- 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 installin root - Run
npm run startin root
