So I obviously can't access localhost:3000 on my server, so I wanted to test it via the ip address with subfolders e.g. (192.0.1.168/reactjs). I've run npm run build and I've gone into the build folder, but it displays an empty page.
Am I missing something?
npm run buildthe index.html is in the build folder. But I have no idea how to serve it. I've even changed thehomepageoption... unless I've done that incorrectly. Not to mention the index.html comes up as blank.