/predict-react

Frontend of a tool for Predictive Process Monitoring

Primary LanguageJavaScriptMIT LicenseMIT

Nirdizati Research frontend

Build Status Coverage Status

Because React is better than Angular!

Dependencies

Thanks to

This project was bootstrapped with Create React App. Look there for overall documentation.

Development help

package.json contains all commands for this code.

Run tests

npm run test

Heavily recommend React Developer Tools and Redux DevTools Chrome extensions as the make development much easier.

Deployment

To deploy to the wonderful UT servers, I recommend to build the app first with npm run build. Then copy the content to the server and serve with node server.js.