Spring Boot validation with a svelte frontend (part 3)
In the previous installment of this series we created a react application that read the content from our server and allowed editing Club entities via an HTML form.
Here, we will create the same application using a react based frontend that allows us to edit Here, we will create the same application using Svelte.
Creating the client We will scaffold an empty project with vite:
1 pnpm create vite In the options choose