diff --git a/public/docs/ts/latest/cookbook/visual-studio-2015.jade b/public/docs/ts/latest/cookbook/visual-studio-2015.jade index cef858b9e6..04ac13f15b 100644 --- a/public/docs/ts/latest/cookbook/visual-studio-2015.jade +++ b/public/docs/ts/latest/cookbook/visual-studio-2015.jade @@ -130,6 +130,8 @@ h2#edit-config Step 6: Edit the TypeScript configuration file h2#build-and-run Step 7: Build and run the app :marked + To set index.html as start page, right-click `index.html` in Solution Explorer and select option `Set As Start Page`. + Click the Run button or press F5 to build and run the application. This launches the default browser and runs the QuickStart sample application.