From ee69b44684a3b3c8d5452bc07c7a520cbfd5655c Mon Sep 17 00:00:00 2001 From: fahim-oscad Date: Mon, 8 Aug 2016 14:45:09 +0530 Subject: Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 30a905f..beb81d0 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,16 @@ 2. Open browser and go to http://localhost:4000 +##Setting environment variable + +####For test server + + `export NODE_ENV="testing"` + +####For development + + `export NODE_ENV="development"` + +####For production server + + `export NODE_ENV="production"` -- cgit