From b65928ed1e9cb6ef742f6625c0fe4994c4900878 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 3 Feb 2020 16:49:49 +0100 Subject: [PATCH] Updating README to use yarn start rather than serve --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 5c288e4d59..f2ede63c98 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -5,7 +5,7 @@ Serve app: ```bash -yarn serve +yarn start ``` Build app: