From fbe57e894c879ac315e7eada0ffd2709959a0ca0 Mon Sep 17 00:00:00 2001 From: Ashwini Khare Date: Thu, 31 Aug 2017 00:16:37 -0700 Subject: [PATCH] Updated startup instruction --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 405cf4a..52f413b 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,14 @@ nvm install 0.12.18 ``` The above commands will install node v0.12.18 and use the corresponding npm v2.15.11 -- install grunt-cli and forever. +- install grunt-cli ``` npm install grunt-cli -g -npm install forever -g ``` - Start the server. ``` -forever start server.js +npm start ``` - Visit http://localhost:8000/