Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 335 Bytes

getting_started.md

File metadata and controls

6 lines (5 loc) · 335 Bytes

How to start the project

  • Compile everything with make all.
    • Alternatively compile Java code with mvn clean package and frontend with npm build at fintech-examples/fintech-ui
  • Start frontends with npm serve from fintech-examples/fintech-ui
  • Start backends with mvn spring-boot:run from opba-embedded-starter