From 889b8b0c7e98cd9abba6e94d7ab57aeacc742c89 Mon Sep 17 00:00:00 2001 From: Aswin Sanakan Date: Tue, 26 Dec 2017 16:46:59 +0530 Subject: [PATCH] Update README.md Instruction to run "npm install" commands before running the server --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e48a07..2259e74 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,14 @@ A skeleton generated with MEVN stack technologies which can be used as a boilerp 3. Open client ``` cd client +npm install npm run dev ``` 4. Open server ``` cd server +npm install npm start ```