Answer the question
In order to leave comments, you need to log in
How to login to browser-sync from another device?
I did everything according to the instructions on the official website:
1) npm install -g browser-sync
2) browser-sync start --server --files *"."*
everything works but: other devices do not connect, but it seems to be stated that any devices connected to the same wifi can connect, I used all the URLs from the list, and this is:
1) Local : localhost:3000
2)External: 192.168.0.104:3000
3) UI: localhost:3001
4) UI External
: 192.168.0.104:3001
How to do it right?
Answer the question
In order to leave comments, you need to log in
It is necessary to enter on another device in the address bar of the browser: 192.168.0.104:3000
This is the address and port of the computer on which the server is running.
If it does not connect, there may be problems in the security settings of the computer on which the server is running: firewall or something like that. Or in a router.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question