From c61b4bdbf28867e81371c7f3c579e9c77a7dbc70 Mon Sep 17 00:00:00 2001 From: Chasethechicken Date: Tue, 14 Dec 2021 11:37:37 +0100 Subject: [PATCH] Add note about proxy Signed-off-by: Falk Rehse --- docs/content/dev/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/dev/getting-started.md b/docs/content/dev/getting-started.md index 58947b7b4..0cc110ef2 100644 --- a/docs/content/dev/getting-started.md +++ b/docs/content/dev/getting-started.md @@ -45,3 +45,5 @@ to run both at the same time. - The backend will be available at `http://localhost:3000`. - The frontend will be available at `http://localhost:3001`. + +**Note:** The backend also proxies requests to the frontend, so you can point also your browser at the backend.