This example uses ECMAScript 2016 features, so it will work in modern browsers only
- NodeJS and NPM are required
- Install http-server
npm i http-server -g
- Run it in example folder
http-server . --cors -c-1 -p 9033
- If you have Hub running over HTTPS, you need to host your widget over HTTPS as well. https://ngrok.com should help.
- Open widgets playground (/dashboard/widgets-playground) and enter your devserver address.