This project shows how to use Spring Boot with Spring Data Rest, Spring validation integrated with a React/Svelte frontend to get a proper end to end validation.
This means that also server side validation errors are properly shown within the client form.
./gradlew bootRun
cd client-react
pnpm install
pnpm dev
cd client-svelte
pnpm install
pnpm dev