Skip to content

Latest commit

 

History

History

cra-react-app-rewired

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create React App with React App Rewired Example

This example demos a basic host application loading remote component.

  • host is the host application (cra-based).
  • remote standalone application (cra-based) which exposes Card component.
  • In each of the applications the config-overides.js file is where the webpack file is extended to include module federation

Running Demo

Run yarn install. Run yarn start. This will build and serve both host and remote on ports 3000 and 3001 respectively.