1. Using 'javac' you can complie the the java console application code and run using the terminal/cmd
npm install
Step 03: Once all the dependencies for the frontend project is completed, (cd ..) and move to the main GUI directory using the terminal
Step 04: Once you are in the root dir of the GUI, run the following command to run both the frontend and the backend
sbt run
Step 05: Once everything is set and running, open your web browser(recommend google chrome) and direct to the following URL
localhost:4200
The GUI will be displayed with a welcome page!