# react-tem **Repository Path**: dabao1214/react-tem ## Basic Information - **Project Name**: react-tem - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React - Vite Federation Demo This example demos consumption of federated modules from a vite bundle. `host` (react based) depends on a component exposed by `remote` app (react based). ## Running Install `pnpm` as per instructions provided [here](https://pnpm.io/installation) Run `pnpm install`, then `pnpm run build` and `pnpm run serve`. This will build and serve both `host` and `remote` on ports 5000, 5001 respectively. - HOST: [localhost:5000](http://localhost:5000/) - REMOTE: [localhost:5001](http://localhost:5001/) `CTRL + C` can only stop the host server. You can run `pnpm stop` to stop all services.