I'm trying to push my first react app to github, so I stumbled across this repo guide "https://github.com/gitname/react-gh-pages" The article says to place some properties in the package.json, but I'm not sure where to place the "homepage" in the package.json
So here is my question:
Where do I place the "homepage" property in package.json?

Should I place it in the root just after ("private": true,)?
You should place the homepage property at the root level.
Related read: Specifics of npm's package.json handling