How not to use apache proxy.
Change "package.json", add
"homepage": "http://localhost/" ,
Not "homepage": "http://localhost/node"
Result:
$ head package.json { "name": "reactapp", "private": true, "homepage": "http://localhost/", "devDependencies": { ....
To run
npm run build
Creating a symbolic link
ln -s create-react-app/build /var/www/html/node
source share