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
webpack =>
renamed as build to dist
output: { filename: '[name].bundle.js', path: path.resolve(__dirname, 'dist'), },