Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit eccac90

Browse files
author
Orta Therox
authored
Update README.md
1 parent 8f6bc9f commit eccac90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ It is not a goal to be a comprehensive and definitive guide to making a TypeScri
77

88
[![Dependency Status](https://david-dm.org/Microsoft/TypeScript-Node-Starter.svg)](https://david-dm.org/Microsoft/TypeScript-Node-Starter) [![Build Status](https://travis-ci.org/Microsoft/TypeScript-Node-Starter.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript-Node-Starter)
99

10-
**Live Demo**: [https://typescript-node-starter.azurewebsites.net/](https://typescript-node-starter.azurewebsites.net/)
11-
1210
![image](https://user-images.githubusercontent.com/820883/36764267-abbdb7f8-1be0-11e8-9678-2a9ea448d7f8.png)
1311

1412

@@ -178,7 +176,7 @@ This deployment is not the fastest option (but it is the easiest!). We are liter
178176
12. Add `NODE_ENV` environment variable - In the App Service section of the explorer window, expand the newly created service, right click on **Application Settings**, select **Add New Settings...**, and add `NODE_ENV` as the key and `production` as the value.
179177
This setting determines which database to point to.
180178
If you haven't created a cloud database yet, see [the setup instructions](#Create a managed MongoDB with MongoLab).
181-
13. Profit! If everything worked you should see a page that looks like this: [TypeScript Node Starter Demo Site](https://typescript-node-starter.azurewebsites.net/)
179+
13. Profit!
182180

183181
### Troubleshooting failed deployments
184182
Deployment can fail for various reasons, if you get stuck with a page that says *Service Unavailable* or some other error, [open an issue](https://github.com/Microsoft/TypeScript-Node-Starter/issues/new) and I'll try to help you resolve the problems.

0 commit comments

Comments
 (0)