Get started:
- Copy
web-api/src/main/resources/config/application-template.properties
toapplication-local.properties
and adjust the settings. - Run
./gradlew assemble
to download all dependencies.
To develop the code:
- Run java class
fi.vm.yti.groupmanagement.Main
with parameter-Dspring.profiles.active=local
inweb-api
to start up Spring Boot web application at http://localhost:9302. - Run
npm start
infrontend
to start up webpack dev server
Now you can start hacking the code normally.