We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a463f commit e2cbae4Copy full SHA for e2cbae4
docs/Examples/IIS.md
@@ -118,15 +118,12 @@ The below steps assume you have purchased a domain and have pointed your DNS to
118
</configuration>
119
```
120
121
-**Setup IIS**
+**Setup IIS (if new build in IIS)**
122
- Open IIS Manager (*Start > Type 'IIS Manager'*)
123
- Create your new site (*Expand Server > Right click sites > 'Add Websites'*)
124
- Enter your site's name
125
- Enter the directory path to your `client/` folder (*`C:\example\dist\client\`*)
126
- Enter your hostname (*Your a-record*)
127
- Leave all other defaults and click 'Ok'
128
129
-**Start your server**
130
- - Run `gulp serve:dist`
131
-
132
# Congratulations, you did it! Now go code something awesome!
0 commit comments