Can I deploy my ReactJS app on a regular host?

前端 未结 2 1133
孤独总比滥情好
孤独总比滥情好 2020-12-28 09:38

I\'m new to React, and I\'ve seen many guides where people teach you how to deploy your react app on services like digital ocean, heroku, GitHub Pages, aws. But I\'m wonder

2条回答
  •  遥遥无期
    2020-12-28 09:42

    Run 'npm run build' from your command line folder where your project is located. Copy files from the 'build' folder that is created and upload them in your host's root folder or equivalent. Takes less than a minute.

提交回复
热议问题