user6305542
user6305542

Reputation:

How to upload react.js site on cpanel?

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

Answers (1)

Neil
Neil

Reputation: 968

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.

Upvotes: 3

Related Questions