From 59b307d2417b65d94e48ae62b15e447b22f96ef1 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Fri, 16 Oct 2020 11:42:33 +0000 Subject: [PATCH] Add npm run build step for client react app. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c777086..5f7838b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Brought to you with 💛 by [Fostive](https://github.com/fostive/). ``` bash cd client/ npm install +npm run build ``` ### Server