Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 264 Bytes

Reactive HackerNews example

This example is made of three parts: the skip reactive service (in reactive_service/), the web service (in web_service/), and the front-end (in www/).

In order to run it, do:

$ docker compose build
$ docker compose up