skip to Main Content

How to deploy a react app on cPanel?

I've created a react app with the following folder structure -public  --dist   ---bundle.js   ---styles.css  --index.html  --images -server  --server.js -src  --components  --app.js -.babelrc -package.json -webpack.config.js I want to upload it to cPanel. Is that possible? Would I also need to upload…

VIEW QUESTION
Back To Top
Search