/Microfrontend-Communication

Holds code for Medium blog

Primary LanguageJavaScript

MFE Communication

To run this locally:

  1. clone the repo to your local
  2. cd ../cart
  3. npm i
  4. npm run serve #this will start the cart MFE on localhost:3001
    cart MFE
  5. cd product
  6. npm i
  7. npm run serve #this will start the product MFE on localhost:3000
    you should see the cart MFE integrated with product
    Integrated MFE