mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 14:47:28 +00:00
Update README.md
fix demo link
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://david-dm.org/Microsoft/TypeScript-Node-Starter) [](https://travis-ci.org/Microsoft/TypeScript-Node-Starter)
|
||||
|
||||
**Live Demo**: [https://typescriptnodestarter.azurewebsites.net/](https://typescriptnodestarter.azurewebsites.net/)
|
||||
**Live Demo**: [https://typescript-node-starter.azurewebsites.net/](https://typescript-node-starter.azurewebsites.net/)
|
||||
|
||||

|
||||
|
||||
@@ -136,7 +136,7 @@ This deployment is not the fastest option (but it is the easiest!). We are liter
|
||||
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.
|
||||
This setting determines which database to point to.
|
||||
If you haven't created a cloud database yet, see [the setup instructions](#mlab).
|
||||
13. Profit! If everything worked you should see a page that looks like this: [TypeScript Node Starter Demo Site](https://typescriptnodestarter.azurewebsites.net/)
|
||||
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/)
|
||||
|
||||
### Troubleshooting failed deployments
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user