- Install Java 8: Go to https://adoptopenjdk.net/ and download version 8. If the Operating System is Windows: set the system environments for
JAVA_HOME(jdk root folder) andPATH(jdk root folder\bin) - To start the backend run
mvnw spring-boot:runcommand (control + c will kill the application) - Build the frontend:
cd src/frontend,yarn. (installyarnandnodeif needed) - To start the frontend go to
src/frontendand runyarn start. It will run onlocalhost:3000.