Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 36c7224

Browse files
prashantmawardbell
authored andcommitted
Update visual-studio-2015.jade (#2416)
* Update visual-studio-2015.jade In Step 7 (Build and Run App), there needs to be instruction to set index.html as start page, so that when Run button or F5 is pressed to run the application, browser shows index.html * Update visual-studio-2015.jade
1 parent c5e02f2 commit 36c7224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/docs/ts/latest/cookbook/visual-studio-2015.jade

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ h2#edit-config Step 6: Edit the TypeScript configuration file
130130
h2#build-and-run Step 7: Build and run the app
131131

132132
:marked
133+
To set index.html as start page, right-click `index.html` in Solution Explorer and select option `Set As Start Page`.
134+
133135
Click the Run button or press F5 to build and run the application.
134136

135137
This launches the default browser and runs the QuickStart sample application.

0 commit comments

Comments
 (0)