- Open GUI Firewalld
- Select Zones tab and select public.
- On Ports tab, add your React port like 3030 and the protocal is tcp
- Add your Backend port like 3000 and the protocal is tcp
- Find your wireless lan connection with (wlan# or example wlan0)
- Open a terminal and write
ifconfig
and find the inet of wlan0 my ip address is 192.168.1.7 - On your phone, open a mobile browser and access your local ip address with React port. Sample http://192.168.1.7:3030
- I hope this tutorial helps you and happy coding!