Simple micro front end architecture with react
-
Clone the repository:
git clone https://github.com/32xnabin/micro-frontend-react.git
-
Navigate into the home page application and start the server:
cd home npm install npm start
-
Navigate into the products page application and start the server:
cd products npm install npm start
-
Navigate into the cart page application and start the server:
cd cart npm install npm start
The home application should now be running at http://localhost:3000
, the products application should now be running at http://localhost:3001
and the cart application should now be running at http://localhost:3002
.