Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down