- Build the application (including frontend) with
./mvnw clean verify. - Start the backend-application with
./mvnw spring-boot:run
Run npm run build
Run npm run dev
In order to apply the right <script/> and <style/> sources, you need to apply either application.properties or application-dev.properties file.
Create a local application.properties within /src/main/resources/config with the following value:
spring.profiles.include=dev # dont apply if you want prod mode