nathansebhastian / bit-module-federation-microfrontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro front-end implementation using Webpack 5 Module Federation and Bit

This example shows how you can create a component library application that exposes components for other apps to use.

For more information, visit the article explaining this project

  • app1 and app2 are standalone applications that exposes its App file for reuse.
  • app3 is the master Application that consumes both app1 and app2

Running Demo

Run npm install and npm start inside each repo respectively. This will build and serve your apps on ports 3001, 3002 and 3003

Example referenced from https://github.com/module-federation/module-federation-examples/tree/master/basic-host-remote

About


Languages

Language:JavaScript 88.5%Language:CSS 6.0%Language:HTML 5.5%