Skip to content

rushtokunal/Microfrontend-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Holds code for Medium blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published