-
cd cart
-
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 container
-
npm install
-
npm start
This will install the catalog and cart mfes as npm dependencies and start the webpack dev server at 8080.
-
cd containerWithLazyLoadingMicroFrontends
-
npm install
-
npm start
This will install the catalog and cart mfes as npm dependencies and start the webpack dev server at 9090. The catalog and cart micro frontends will be lazily loaded when the use routes to the respective pages.