Code example for the corresponding blogpost "WebSockets made easy with STOMP.js and Spring Boot".
Open a terminal and:
cd Server-Backend-Spring
gradlew build
gradlew bootrun
Make sure to use Gradle 5 and Java 11.
Open a terminal and:
cd Client-Frontend-Angular
npm install
ng serve --open