From 79333b275740514a82423b4216c1a243cdbbd407 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 13 May 2016 15:34:53 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index baa91ef3..cd2092d2 100755 --- a/README.md +++ b/README.md @@ -90,13 +90,15 @@ Edit the 'env' config in gruntfile.js to make sure your .env file is being used. To run development version: -```$ grunt default``` +Set ```NODE_ENV=development``` in .env file +```$ grunt```` To run production version: -```$ grunt production``` +Set ```NODE_ENV=development``` in .env file +```$ grunt```` -Your application should run on port 3000, so in your browser just go to [http://localhost:3000](http://localhost:3000) +Your application should run on port 3000 or the port you specified in your .env file, so in your browser just go to [http://localhost:3000](http://localhost:3000) ## Testing Your Application