Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1015 Bytes

File metadata and controls

25 lines (18 loc) · 1015 Bytes

host-application-for-module-federation

Setup

  • First run setup instructions here.
  • To run host application:
    • npm link to remote-widget-for-module-federation or install from local
    • npm install
    • npm run start
    • Open localhost:8005 in web browser.

In Action