Skip to content

Local execution

Elias Keis edited this page Jan 14, 2020 · 2 revisions

Backend

  • go to workflix/backend/backend/
  • run mvn package or trigger the package command of maven in the IDE
  • run java -jar target/backend-VERSION-jar-with-dependencies.jar

Frontend

  • go to workflix/frontend/
  • run yarn install
  • run yarn build
  • run yarn start:production
Clone this wiki locally