diff options
author | fahim-oscad | 2016-08-08 14:45:09 +0530 |
---|---|---|
committer | fahim-oscad | 2016-08-08 14:45:09 +0530 |
commit | ee69b44684a3b3c8d5452bc07c7a520cbfd5655c (patch) | |
tree | b923dbd2f62249d6886d27650308d559c2b778d3 | |
parent | 902f29776c87a21c36e5d7c06cc30fba99eb9d74 (diff) | |
download | eSimWebApp-ee69b44684a3b3c8d5452bc07c7a520cbfd5655c.tar.gz eSimWebApp-ee69b44684a3b3c8d5452bc07c7a520cbfd5655c.tar.bz2 eSimWebApp-ee69b44684a3b3c8d5452bc07c7a520cbfd5655c.zip |
Updated README
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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"` |