This example demos consumption of federated modules from a Webpack bundle. layout app depends on a component exposed by home app.
Run yarn start . This will build and serve both home and layout on ports 3002 and 3001 respectively.
- HOST (layout): localhost:3001
- REMOTE (home): localhost:3002