In order to run the application you have to start the backend and the frontend seperately.
In order to run the application you first need the following software
Run npm install.
Open a terminal, go to the root directory and enter:
sbt run
Open a terminal, go to the root directory and enter:
npm run dev
This will startup a server for the frontend (running on port 8080).
npm run build
sbt dist
This will create a deployable archive under $PROJECT_ROOT/target/universal/respondeco-$VERSION.zip