microfrontend-basic-host-remotes
microfrontend-basic-host-remotes copied to clipboard
This is a simple microfrontend application built with Webpack 5 Module Federation. It contains a host application loading two components from remote applications
Microfrontend Basic Host Remotes
This is a simple microfrontend application built with Webpack 5 Module Federation. It contains a host application loading two components from remote applications
microfrontend-containeris my container applicationmicrofrontend-images-remoteis my remote application exposing images applicationmicrofrontend-videos-remoteis my remote application exposing videos application
Running Demo
- Followed
microfrontend-images-remoteandmicrofrontend-videos-remoteinstructions to retrieveCredentialfor APIs calls. - run
npm run starton all 3 applications correspondingly - localhost:8080 (
microfrontend-container) - localhost:3002 (
microfrontend-images-remote) - localhost:3003 (
microfrontend-videos-remote)