2

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?

4
  • stackoverflow.com/questions/44594500/… Commented Oct 22, 2019 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. Commented Oct 22, 2019 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? Commented Oct 22, 2019 at 19:34
  • what is regular server? ngnix? node server ? Commented Oct 22, 2019 at 19:42

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.