This is basic micro frontend application with simple product, cart and container application.
- Go to Product directory
- run
npm install - run
npm start - app running on port 8081 (
http://localhost:8081)
- Go to Cart directory
- run
npm install - run
npm start - app running on port 8082 (
http://localhost:8082)
- Go to Container directory
- run
npm install - run
npm start - app running on port 8080 (
http://localhost:8080)
In this app we used webpack and webpack ModuleFederationPlugin to render apps in Container