From fee565a4e35963cf56efbfc7542cfa74deaa5312 Mon Sep 17 00:00:00 2001 From: Vikas Kedia Date: Mon, 8 Jan 2018 03:18:14 -0800 Subject: [PATCH] Update README.md (#43) Show how to build before starting the app in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 193ce05..a4e0524 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ cd peer-calls npm install # for production -npm start npm run build +npm start # for development npm run start:watch