1

I have finished my project in react.js. Now I am trying to upload my project on cpanel, but unable to do so. I search it several time but didn't find any suitable solution for it.

Please help!

Adam Strauss
  • 1,889
  • 2
  • 15
  • 45

1 Answers1

3

You need to upload your files to your hosting package.

You need to run yarn run build

Follow this:

https://youtu.be/fR_a3Yp3iGk

Then upload the content from the /build folder.

Neil
  • 971
  • 2
  • 12
  • 33