From e4b5f3b5528a3959279c88e94e01d25eba0ea25c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 3 Feb 2021 11:18:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f14aff..50a305e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ And run the server in dev mode: npm start ``` +Then either open up `https://localhost:3000` in a browser or do in another Terminal: + +``` +curl https://localhost:3000 +``` + ## Test Run the tests: