Spring Boot with ReactJS using Gradle plugins

Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=2GPvZEfzy8A



Duration: 14:38
4,898 views
114


This video shows how to have a reactJS application inside your Spring Boot container and how to bundle it all up using Gradle. Im using the gradle-node-plugin to compile and build the ReactJS frontend application with npm.

The plugin has a task that ensures that Node and npm are installed with the expected version. The plugin needs to be configured with the Node version and with the location of the package.json. Enjoy! :-) Feel free to leave me comments. The code is located here:
https://github.com/ekim197711/springboot-reactjs-gradle







Tags:
gradle
react
reactjs
spring boot
spring
java