From 031adbae0c8562ee0e0e393a5ef06b22d239e120 Mon Sep 17 00:00:00 2001 From: Jay Kanive Date: Mon, 23 Sep 2019 11:18:20 -0700 Subject: [PATCH] Updated README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a079aa..1437f75 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,18 @@ In the production mode, we will have only 1 server running. All the client side ## Setup #### Install dependencies +``` npm install - +``` #### Start development server +``` npm run dev - +``` #### Build for production +``` npm run build - +``` #### Start production server +``` npm run start +```