https://github.com/thirunavukkarasu/mf-cart-application
Ecommerce Cart Application built using Webpack 5 Module Federation
https://github.com/thirunavukkarasu/mf-cart-application
module-federation react webpack
Last synced: about 2 months ago
JSON representation
Ecommerce Cart Application built using Webpack 5 Module Federation
- Host: GitHub
- URL: https://github.com/thirunavukkarasu/mf-cart-application
- Owner: Thirunavukkarasu
- Created: 2022-02-24T18:28:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T21:19:55.000Z (over 4 years ago)
- Last Synced: 2025-04-07T02:46:05.742Z (about 1 year ago)
- Topics: module-federation, react, webpack
- Language: JavaScript
- Homepage: https://kart-core.netlify.com
- Size: 221 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mf-cart-application
Ecommerce Cart Application built using Webpack 5 Module Federation. And these Micro Frontends apps are divided into three React applications.
1. Core - Container Application which handle navigation and states
2. Product - Product page app where we browse our ecommerce catalog
3. Payment - Payment page app where we make the final choice of payment as an user
# Deployed Netlify URLs
1. Core - https://kart-core.netlify.com
2. Product - https://kart-product.netlify.com
3. Payment - https://kart-payment.netlify.com
# Module Federation Remote Entry URLs
1. Core - https://kart-core.netlify.com/remoteEntry.js
2. Product - https://kart-product.netlify.com/remoteEntry.js
3. Payment - https://kart-payment.netlify.com/remoteEntry.js