Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 571 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 571 Bytes

Alas d.o.o. Java developer test assignment

How to run the application

  1. Install Java 8: Go to https://adoptopenjdk.net/ and download version 8. If the Operating System is Windows: set the system environments for JAVA_HOME (jdk root folder) and PATH (jdk root folder\bin)
  2. To start the backend run mvnw spring-boot:run command (control + c will kill the application)
  3. Build the frontend: cd src/frontend, yarn. (install yarn and node if needed)
  4. To start the frontend go to src/frontend and run yarn start. It will run on localhost:3000.