React deployment to cloudflare
Hello. I was searching few videos how to deploy app 'npx create-react-app' and I found that build output should be "build". But for me, it is not working. Any ideas how to fix it?
2 Replies
You don't appear to have a build command setup. You probably want to set it to something like
npm run build
Thanks a lot man 👌🏽 👏🏽