Microfrontend practice with module federation. Using RealWorld https://github.com/gothinkster/realworld as a Sample Application.
Install the dependencies:
yarn installStart the dev server. The "host" app will be available at http://localhost:3000. The "remote" app will be available at http://localhost:3001
yarn devBuild the app for production:
yarn buildPreview the production build locally:
yarn preview