Search code examples
javascriptnode.jsreactjsnetwork-programminglan

How do i host react + node server on a local network


I want to host a react server plus a node server on a local network, the website has multiple pages and uses axios to send and receive data from the node server and in the package.json there is a proxy to guide react to the node server

  "proxy": "http://localhost:8080",
  "homepage": "./"

ps: i use express.js if that matters


Solution

  • I just used serve and npm run build and i can access it on lan