Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

qlik-oss/core-assisted-prescription-ui

Repository files navigation

core-assisted-prescription-ui

CircleCI

As of 1 July 2020, Qlik Core is no longer available to new customers. No further maintenance will be done in this repository.

This repo contains the ui used to showcase the Assisted Prescriptions use-case.

Developing the UI

  • Start the Qlik Associative Engine in a Docker container. Note that before you deploy, you need to set the ACCEPT_EULA environment variable, otherwise the Qlik Associative Engine won't start.

    ACCEPT_EULA=yes docker-compose up -d
  • Install dependencies:

    npm install
  • Run the application:

    npm run start

Contributing

Contributions are welcome and encouraged! See more info at Open Source at Qlik R&D.