FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

module-federation-examples/react-manifest-example at master · codedebug/module-federation-examples · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Module Federation 2.0 with Rspack in React

This repo uses Module Federation 2.0 Rspack plugin to build a React microfrontend

Get started

cd react-manifest-example
# In the reacts-manifest-example directory
# You do not need to run the installation command in this directory
pnpm install
pnpm run start

Host runs at http://localhost:3000 (live reload only) Remote1 runs at http://localhost:3001 (HMR supported) Remote2 runs at http://localhost:3002 (HMR supported)


Back | FazBrowse Home | New Git URL