Skip to content

Commit 4480d92

Browse files
authored
Merge pull request #2436 from Azayzel/patch-1
Updated IIS.md [skip ci]
2 parents 89a463f + e2cbae4 commit 4480d92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: docs/Examples/IIS.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,12 @@ The below steps assume you have purchased a domain and have pointed your DNS to
118118
</configuration>
119119
```
120120

121-
**Setup IIS**
121+
**Setup IIS (if new build in IIS)**
122122
- Open IIS Manager (*Start > Type 'IIS Manager'*)
123123
- Create your new site (*Expand Server > Right click sites > 'Add Websites'*)
124124
- Enter your site's name
125125
- Enter the directory path to your `client/` folder (*`C:\example\dist\client\`*)
126126
- Enter your hostname (*Your a-record*)
127127
- Leave all other defaults and click 'Ok'
128128

129-
**Start your server**
130-
- Run `gulp serve:dist`
131-
132129
# Congratulations, you did it! Now go code something awesome!

0 commit comments

Comments
 (0)