springboot-svelte Svelte Themes

Springboot Svelte

Boilerplate for projects using Spring Boot with Svelte and TypeScript (NPM). Hot reloading included

Run client (/front directory):

  • Run npm i
  • Run npm run dev

Run server (/back directory):

  • If you want hot reloading, make sure you've got the Java, Spring Boot, and Gradle extensions installed on VSCODE
  • Then go into App.java and press run in VSCODE

Manual server reloading (/back directory):

  • Alternatively if hot reload is not a problem, then you can run ./gradlew bootRun

Top categories

Loading Svelte Themes