[Deprecated] Simple template/example structure of a React frontend with create-react-app and a Spring Boot backend with Kotlin
This product analysis is for a Spring Boot server built with Kotlin, which automatically bundles and serves a create-react-app web application. It provides instructions for installation and usage, as well as suggestions for customization and alternative technologies.
.git folder.server/build.gradle, change group = 'run.karl' to group = 'your.group'.run.karl.starter in IntelliJ and hit Shift+F6 (rename) to rename the package to your preferred choice.test folder was renamed as well../gradlew build in the server folder.This Spring Boot server with Kotlin allows for automatic bundling and serving of a create-react-app web application. It provides an easy development workflow, with separate servers for the Spring Boot backend and the create-react-app frontend. The template is customizable and can be used as a starting point for projects.