This is the example project for the dev-recipe [Integrate React frontend in a Java corporate environment] (link)
mvn clean package
Run react-spring-example-0.0.1-SNAPSHOT.jar
located in target folder
in src/main/js/frontend run
npm install
npm start
This starts the react frontend on localhost:3000 with hot-reloading