I only have installed NodeJS and BrowserSync with this command:
npm install -g browser-sync 
After I use this command to start the server:
C:\xampp\htdocs\browser_sync
λ browser-sync start --server
[BS] Access URLs:
 --------------------------------------
       Local: http://localhost:3000
    External: http://192.168.1.223:3000
 --------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.1.223:3001
 --------------------------------------
[BS] Serving files from: ./
And I get the following error: Cannot GET /
I'm confused because I want to use BrowserSync with my Laravel project.
Where should I install BrowserSync?
Thanks.
 
     
     
     
     
     
     
     
     
     
     
     
     
    