Reputation:
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!
Upvotes: 1
Views: 1372
Reputation: 968
You need to upload your files to your hosting package.
You need to run yarn run build
Follow this:
Then upload the content from the /build
folder.
Upvotes: 3