I am hosting a React application on IIS server it is rendering other PC also. But backend is built with NodeJS express and SQL Server using API axios but data is not getting to other PCs. When I am trying on my PC, it is ok, data is dynamically changing as per my request. This is my first site hosting please help me to resolve it
How to get backend data on other PC along with the react?
1条答案
按热度按时间kkbh8khc1#
Just build your React source and run the built source with xamp
Explorer
folder inXamp
htdocs
folder and Pase built source at thereStart
forApache
Now in other pc's browser write Serve's ip to execute your app