Restfull service with UI on react using antd and building with webpack. Backend consist of ouath2(two providers: google and github), Spring boot + web + security + data and building with grandle as multi-modules project
Client app: first you need to run npm install, then npm run dev.
Server app: you need to install dependensies with grandle and then run Application.java Don`t forget to change db data (application.properties at dataacess) and ouath2 data (application.yml at service module)