fleur101 / predict-react

Frontend of a tool for Predictive Process Monitoring

Home Page:http://research.nirdizati.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nirdizati Research frontend

License MIT HitCount

Master

Build Status codecov Total alerts Language grade: JavaScript

Development

Build Status codecov

React frontend to perform Predictive Monitoring analysis over event logs.

Running in a new environment

The docker build is available @ https://hub.docker.com/r/nirdizatiresearch/predict-react/ in any case if you prefer to setup your environment on yuor own you can refer the Dockerfile.

Docker Compose

To run the project:

docker-compose up react-client

Run an instance of the project

If you are familiar with docker-compose the docker-compose file is available, otherwise if you use pycharm as IDE is available the run configuration in the runConfiguration settings.

package.json contains all supported commands for this project.

Install required components:

npm install

Run build:

npm run build

Run tests:

npm run test

Run start:

npm run start

Thanks to

This project was bootstrapped with Create React App and Storybook.

Contributors

About

Frontend of a tool for Predictive Process Monitoring

http://research.nirdizati.org/

License:MIT License


Languages

Language:JavaScript 88.1%Language:CSS 11.4%Language:SCSS 0.2%Language:Shell 0.1%Language:HTML 0.1%Language:Dockerfile 0.0%