Qlik Embed library sample web application
- Run
npm install
- Create cert and key for running local server in https:
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout certs\key.pem -out certs\cert.pem
- Create an OAuth client into your tenant
- Set your Qlik tenant configuration in index.html and oauth_callback.html
- Run
npm run serve