Run the following commands in the root directory.
yarn
cd host && yarn start
cd remote && yarn start
Both host
and remote
are independently deployed apps:
host
: http://localhost:3001remote
: http://localhost:3002
Check out this link below for more examples:
https://github.com/module-federation/module-federation-examples