Example project on how to develop and build React application with Java
// clone the project git clone https://github.com/bbachi/react-java-example.git // Run React on port 3000 cd /src/main/ui npm install npm start // Run Java Code on 8080 mvn clean install java -jar target/users-0.0.2-SNAPSHOT.jar