This is a simple microfrontend application built with Webpack 5 Module Federation. It contains a host application loading two components from remote applications
microfrontend-container
is my container applicationmicrofrontend-images-remote
is my remote application exposing images applicationmicrofrontend-videos-remote
is my remote application exposing videos application
- Followed
microfrontend-images-remote
andmicrofrontend-videos-remote
instructions to retrieveCredential
for APIs calls. - run
npm run start
on all 3 applications correspondingly - localhost:8080 (
microfrontend-container
) - localhost:3002 (
microfrontend-images-remote
) - localhost:3003 (
microfrontend-videos-remote
)