This example shows how a host application loads remote micro-frontends.
mfe-app1is a React host application.mfe-app2React standalone application which exposesAppcomponent.mfe-app3React standalone application which exposesAppcomponent that requires
Run yarn start. This will build and serve both mfe-app1, mfe-app2, and mfe-app3 on
ports 3001, 3002, and 3003 respectively.
- localhost:3001 (HOST)
- localhost:3002 (STANDALONE REMOTE)
- localhost:3003 (STANDALONE REMOTE)