From 043be683d31173917772ac0aec4507f61973fbf1 Mon Sep 17 00:00:00 2001 From: Paul Gamble Date: Mon, 14 Sep 2020 21:37:30 -0400 Subject: [PATCH 1/3] changed README to include npm instal for client --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e31b6fa435..a98a47a96a 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ cd chapter Install dependencies: ``` npm install +cd client +npm install `#install client dependencies` ``` If you're using local setup (no docker), make sure you add your DB credentials to .env file From 035e41420defb8f8a190c3b167874d1100490578 Mon Sep 17 00:00:00 2001 From: Paul Gamble Date: Tue, 15 Sep 2020 01:10:52 -0400 Subject: [PATCH 2/3] change to ensure correct directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a98a47a96a..11413a18d5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ cd chapter Install dependencies: ``` npm install -cd client +cd ./client npm install `#install client dependencies` ``` From c96d2d2e68ae41e6347e417847830a0aa7a14629 Mon Sep 17 00:00:00 2001 From: Paul Gamble Date: Tue, 15 Sep 2020 11:40:40 -0400 Subject: [PATCH 3/3] updated command to more dynamic solution @timmyichen --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 11413a18d5..10fbe6b289 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,7 @@ cd chapter Install dependencies: ``` -npm install -cd ./client -npm install `#install client dependencies` +npx recursive-install ``` If you're using local setup (no docker), make sure you add your DB credentials to .env file