Run React application without server
I added following to package.json before building: “homepage”: “./”, Quote of reacts terminal output when building: The project was built assuming it is hosted at the server root. To override this, specify the homepage in your package.json. For example, add this to build it for GitHub Pages: “homepage” : “http://myname.github.io/myapp”, Note: I’m pretty sure this … Read more