Intuitive visualization of Khiops analysis results
This repository contains the code of Khiops Visualization and Khiops Covisualization tools combined into one npm package
- Install Node.js which includes Node Package Manager
- Prefer to use Yarn Package Manager.
Run yarn install
Run yarn start
for a dev server. Navigate to http://localhost:4200/.
The app will automatically reload if you change any of the source files.
Test files can be found into ./src/assets/mocks
folder
Run yarn test
to execute the unit tests via Karma.
Run yarn e2e
to execute the unit tests via Cypress.
This software is distributed under the BSD 3-Clause-clear License, the text of which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the LICENSE for more details.