Clean and Modular: Integrating Spring Boot with Vite + React in a Gradle Project
Clean and Modular: Integrating Spring Boot with Vite + React in a Gradle Project
While working on a full-stack Spring Boot application, I needed to develop a React-based frontend and serve it alongside the backend. To streamline the development and build processes, I decided to manage the frontend as a submodule within the same Gradle project using the gradle-node-plugin
.