How to start the project
January 23, 2020 ยท View on GitHub
- Compile everything with
make all.- Alternatively compile Java code with
mvn clean packageand frontend withnpm buildatfintech-examples/fintech-ui
- Alternatively compile Java code with
- Start frontends with
npm servefromfintech-examples/fintech-ui - Start backends with
mvn spring-boot:runfromopba-embedded-starter