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?
![](https://utfs.io/f/d39ece6f-1993-42bc-9590-0b9ac9ce5082-1nq2cb.png)
![](https://utfs.io/f/9f0872de-6819-4b25-88b7-a344756e816f-1nq2cb.png)
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 👌🏽 👏🏽