Skip to content

Example of how to setup a Spring Boot application with a React frontend bundled using Webpack, with the build process completely driven by Gradle.

License

Notifications You must be signed in to change notification settings

rewolf/blog-spring-and-react-1-setup

Repository files navigation

Spring and React Demo

It is an example of configuring Gradle to build a React frontend application served by a Spring Boot backend.

Running the application

Firstly, ensure that you have Java 11 installed and set to your JAVA_HOME. After cloning the repository, run this to launch the application:

./gradlew bootRun

Navigate to http://localhost:8080/ to see the application running.

About

Example of how to setup a Spring Boot application with a React frontend bundled using Webpack, with the build process completely driven by Gradle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published