We're using Docker, so things should be relatively straightforward.
-
Download docker and docker-compose by following the instructions here: https://docs.docker.com/compose/install/
-
Build the image from the project root:
$ docker-compose build
- Run the server
$ docker-compose up server
-
Navigate to localhost:8080 to see the app running!
-
?