/digest

It is not best practice. Don't try this at home

Primary LanguageGroovyApache License 2.0Apache-2.0

Digest job tracker

Install frontend dependencies

./gradlew npmInstall

Run spring-boot backend and angular frontend:

./gradlew npm_start bootRun --parallel

Run akka-http backend and angular frontend:

./gradlew npmInstall npm_start :backend-akka-http:run --parallel

Build:

./gradlew clean build