Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 425 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 425 Bytes

InterApplicationBus Close Child Windows

Simple example demonstrating a child appliction being launched from the main window and receiving a close message from the main application through the IAB.

How to use:

  • clone this repo: git clone https://github.com/connormccafferty/iab-window-close
  • install dependancies: cd iab-window-close && npm install
  • start live server and launch the application: npm start