https://github.com/zenithexe/micro-frontend
Testing Micro-frontend implementation
https://github.com/zenithexe/micro-frontend
Last synced: 10 months ago
JSON representation
Testing Micro-frontend implementation
- Host: GitHub
- URL: https://github.com/zenithexe/micro-frontend
- Owner: zenithexe
- Created: 2025-08-19T08:24:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T21:28:41.000Z (10 months ago)
- Last Synced: 2025-08-19T23:26:11.982Z (10 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microfrontend Architecture with Vite Module Federation
This project demonstrates a microfrontend architecture using React and Vite's module federation plugin. It consists of one host application and two remote frontend applications that can be developed, deployed, and updated independently.
## Architecture Overview
- **Host Application** (`host-app`): Main container running on port 5000
- **Remote Application 1** (`remote-app-1`): Standalone app running on port 5001
- **Remote Application 2** (`remote-app-2`): Standalone app running on port 5002