This is a demo business application built with https://start.jbpm.org and expanded to add React frontend.
'
Demo shows how you can use React app frontend for your app which communicates to the REST api provided out of the box. It also shows how you can create additional REST endpoints easily and have the data they provide displayed and updated on via React.
Clone this repository locally:
git clone https://github.com/business-applications/sample-react.git
cd sample-react
cd sample-react-service
chmod 755 launch.sh (only needed for unix environments , use launch.bat for windows)
Access your application at localhost:8090
To run this demo you will need to have Node and NPM installed. The good news is that they will be intsalled for you (if not already available) during the build of this demo (thanks to frontend-maven-plugin).