Skip to content

nirdizati-research/predict-react

Repository files navigation

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