How to start the project

January 23, 2020 ยท View on GitHub

  • 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