Skip to content

Latest commit

 

History

History

simple-react-systemjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

React - Module Federation Demo

This example demos consumption of federated modules from a rollup bundle. remote app depends on a component exposed by host app.

Running Demo

First, cd packages/examples/simple-react, then run pnpm build and pnpm serve. This will build and serve both host and remote on ports 5000, 5001 respectively.

CTRL + C can only stop the host server. You can run pnpm stop to stop all services.