Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 216 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 216 Bytes

Spring React.js applicaiton

A java spring application with an embedded web container running React.js.

Build the application to a .jar

./mvnw package

Run the .jar file on port 8080

java -jar file.jar