To run this locally: clone the repo to your local cd ../cart npm i npm run serve #this will start the cart MFE on localhost:3001 cd product npm i npm run serve #this will start the product MFE on localhost:3000 you should see the cart MFE integrated with product