This is an experimental implementation of the Qlik Sense Desktop application code running on top of Qlik Core. To use it, you will need Docker installed. To run the solution:
- Use a terminal or bash client and navigate to the project directory.
- Run
npm installto install the necessary dependencies. - Run
npm startto launch the Qlik Core Docker image and start the Node.js web server - Test the client by navigating to
http://localhost:8000/sense/app/Helpdesk%20Management.qvf - To test other
.qvffiles simply drop them in thedatafolder and update the url accordingly.
NOTE: The hub and data load editor functionality is not available.