From 54b299e7ef07eccb16a1b7c23f572ab7ef651a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 23 Apr 2018 17:32:21 +0200 Subject: [PATCH] Clarify frontend proxying in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60aa485..8450823 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ Running – execute: `docker run --rm -p 8888:8888 -e AVATAO_SECRET=secret test-tutorial-framework` -In case of a frontendless build (with `--build-arg NOFRONTEND=1`) you will need to run `yarn start` from the `solvable/frontend` directory as well. This will serve the frontend on `http://localhost:4200`. +In case of a build without frontend (built with `--build-arg NOFRONTEND=1` included) you will need to run `yarn start` from the `solvable/frontend` directory as well. +This will serve the frontend locally on `http://localhost:4200` and take care of proxying. If you've created a production build (without `--build-arg NOFRONTEND=1`) you don't have to run the frontend locally and you can access the challenge on `http://localhost:8888`.