Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 628 Bytes

File metadata and controls

14 lines (10 loc) · 628 Bytes

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.