1

I want to Deploy my react site to the regular server without build command

without Netlify or DigitalOcean, Heroku, GitHub Pages, aws

Is there a way to run modular bundlers like Webpack on Host?

actually what Netlify or DigitalOcean, Heroku, GitHub Pages, aws doing for show webpage without npm run build command?

Blue
  • 22,608
  • 7
  • 62
  • 92
  • https://stackoverflow.com/questions/44594500/can-i-deploy-my-reactjs-app-on-a-regular-host – Riccardo051 Oct 22 '19 at 19:24
  • 2
    But you have to build your website...to minimize assets and ultimately serve it out. You could always built it locally, and then upload the dist folder to your server afterwards. – Blue Oct 22 '19 at 19:30
  • 1
    why don't you want to run `npm run build` ? Do you not want to run it anywhere, or not run it on the host? – azium Oct 22 '19 at 19:34
  • what is regular server? ngnix? node server ? – Zohaib Ijaz Oct 22 '19 at 19:42

0 Answers0