Skip to content

Comprehensive micro-frontend implementation showcase using Module Federation. Demonstrates advanced patterns including cross-app routing, event bus architecture, error handling, and shared state management with Redux.

Notifications You must be signed in to change notification settings

Jaganath-MSJ/Micro-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Frontend Project

Welcome to the Micro-Frontend Project! This repository demonstrates a scalable frontend architecture using React, Vite, and Module Federation.

🚀 Quick Links

📦 Overview

This project consists of:

  • Host App: The main container application.
  • Remote Apps: Independent micro-applications exposed to the Host.
  • Shared Utils: A common library for types, events, and logic.

🛠️ Quick Start

# Install dependencies
npm run install:all

# Run all applications
npm run dev:all

Visit http://localhost:5000 to see the application in action.

About

Comprehensive micro-frontend implementation showcase using Module Federation. Demonstrates advanced patterns including cross-app routing, event bus architecture, error handling, and shared state management with Redux.

Resources

Stars

Watchers

Forks