A simple web application build with Spring Boot And Svelte
Open a terminal on 📂 ./svelte/
folder
and launch $ npm install
/ $ yarn
to install dependencies
To launch frontend compilation in development mode:
$ npm run java:dev
/ $ yarn java:dev
To launch frontend compilation in production mode:
$ npm run java
/ $ yarn java