-
cd container -
npm install -
npm start
This will start the webpack dev server at 8080 port.
-
cd catalog -
npm install -
npm start
This will start the webpack dev server at 8081 port.
-
cd cart -
npm install -
npm start
This will start the webpack dev server at 8082 port.
-
cd reviews -
npm install -
npm start
This will start the webpack dev server at 8083 port.
Each micro frontend is running on their own port and via a container app running on 8080 port.
Clicking on a product on catalog page with render the product details page and Catalog micro frontend from 8083 port.