Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何托管站点反应js?哪个托管站点提供此服务?我刚刚开始学习做出反应,我想要很多信息,任何帮助都是好的。
看看 Heroku。您可以创建一个免费帐户并观看一两个关于如何部署网页的教程。
至于 React,您可以使用 (npm run build) 将项目编译到构建文件夹中,这是您可以部署到服务器上的最小化代码。
查看本教程:https ://medium.com/jeremy-gottfrieds-tech-blog/tutorial-how-to-deploy-a-production-react-app-to-heroku-c4831dfcfa08
(抱歉格式错误。在手机上!)