Facebook provides a create-react-app command to build react apps. When we run npm run build, we see output in /build folder.
create-react-app
npm run build
/build
Edit your package.json:
"build": "react-scripts build && mv build webapp"