From 74905af8239b0f7f38d31e3aa68ab7d3488b6f43 Mon Sep 17 00:00:00 2001 From: daviditsygin Date: Tue, 2 Oct 2018 01:06:40 -0700 Subject: [PATCH] Added instructions for running the application. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8ac158d..c7dd286 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ Sample Nodejs Express web application built using Visual Studio 2017. +## Running the Application + +Install the npm dependencies and start the server: +``` +npm install +npm start +``` + +Visit `localhost:3000` in a web browser to see the result. + ## License: See [LICENSE](LICENSE).