You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**NOTE** the `sslCert` and `sslKey` items. **Make sure the values point to your SSL certificate and key files.**
136
143
- The paths to those files can be **full paths** or **relative paths** from the `react-src` folder (as shown above).
137
-
- I like to set the `host` to `127.0.0.1` instead of "localhost". The numeric address gets special treatment at the OS level as being mostly safe.
144
+
- I like to set the `host` to `127.0.0.1` instead of "localhost". Supposedly the numeric address gets special treatment at the OS level as being mostly safe.
138
145
- Back in your command prompt, change dir back to the `react-src` folder.
139
146
- All OSes: `cd ..`
140
147
- Start Node/Webpack JS watcher as you normally would:
0 commit comments