How to start the project
- Compile everything with
make all
.- Alternatively compile Java code with
mvn clean package
and frontend withnpm build
atfintech-examples/fintech-ui
- Alternatively compile Java code with
- Start frontends with
npm serve
fromfintech-examples/fintech-ui
- Start backends with
mvn spring-boot:run
fromopba-embedded-starter