- This is part of an example project to demo
webpack5
's module federation. - This is the host application for remote module seen here
- References:
- First run setup instructions here.
- To run host application:
- npm link to remote-widget-for-module-federation or install from local
npm install
npm run start
- Open
localhost:8005
in web browser.