SymphonyElectron/src/demo
2023-03-14 14:24:57 +01:00
..
childWin.html refactoring 2019-08-23 13:38:51 +05:30
download-manager.css refactoring 2019-08-23 13:38:51 +05:30
index.html C2-18497 Add Updated badge on updated message notification 2023-03-14 14:24:57 +01:00
README.md Added instructions for getting the demo to work locally 2019-11-18 07:35:17 +01:00
win.html SDA-3561 - Allow C2 / extensions to retrieve the native window handle (#1332) 2022-01-31 09:01:20 +01:00

To start the demo from command line do:

  • npm install
  • npm run demo

Remember to set this.origin to '*' in app-bridge.ts when running the demo. Search for // DEMO-APP: and comment that line back in. Make sure to comment it out again before you commit.