replyUnder win, for example, if the project file is under the BrowsersyncExample file in the web folder of the D drive, then it will look like this during operation.
C:Users\robin>D: (Note: This is to enter the D drive)
D:\cd web (Note: cd means entering, entering the web folder)
D:\web>cd BrowsersyncExample
D:\web\BrowsersyncExample> browser-sync start --server --files "css/*.css, *.html"
(That’s it)
Your own project is located wherever it is.