Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 575 Bytes

Basic One-Way Micro FrontEnd Example

This example demos a basic host application loading remote component.

  • main is the host application.
  • app1 standalone application which exposes Button component.
  • app2 standalone application which exposes Button component.

Running Demo

Run yarn start. This will build and serve both app1 and app2 on ports 3001 and 3002 respectively.