This sample demonstrates the use of Wyn Dashboard Designer & Viewer connected to the Wyn portal in a ReactJS app.
This sample requires:
- Node.js 10.14.0 or newer
- Wyn Enterprise 5.1 or newer
- Open your terminal and go to the root directory WynDashboardsEmbedSample_React
- Run
npm install
- Run
npm update @wynenterprise/wyn-integration --latest
- Run 'npm run start'
- On the Administrator Portal after installing Wyn Enterprise, open the System Configuration Page.
- Add http://localhost:3000 (or the host application URL) in the "Allowed CORS Origins" section.
- Add 'content-disposition' and 'location' in the "Exposed Headers" section.