Skip to content

Latest commit

 

History

History
 
 

car-models

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create App Example

An AngularJS example listing different car models with some statistics in a session app using the QIX service. Data is loaded from a CSV file and visualized using d3.

Prerequisites

  1. Go to the QMC of your Qlik Sense Enterprise.
  2. Open the Content libraries view and select Default .
  3. Upload the file redirect.html.

This will enable the default authentication module to properly log in the user and make a redirect to the web server of this example, reusing the same session.

Running

Install dependencies and run the app with:

npm install
npm run start

Open your browser and navigate to http://localhost:8080.