所以现在我需要使用serve -s build来提供由react创建的网页。但是,由于某些限制,我不想在我的笔记本电脑上安装服务器。那么,是否有另一种方式来提供网页服务?
serve -s build
您可以尝试使用node.js https://gist.github.com/jonlabelle/9689998的基本文件服务器或将nginx设置为静态服务器https://codeburst.io/how-to-setup-nginx-for-react-a504f38f95ed