gpt4 book ai didi

node.js - 如何在 Windows IIS 中托管 React.js 和 Node.js 应用程序?

转载 作者:太空宇宙 更新时间:2023-11-03 22:48:53 28 4
gpt4 key购买 nike

我正在尝试将react.js应用程序上传到安装了Windows操作系统的云上。我如何使用 Windows IIS 上传并启动我的 React 应用程序。

最佳答案

首先需要在windows上安装 Node :

https://nodejs.org/en/download/

按照以下步骤安装 IIS:

  • 打开控制面板
  • 选择“程序和功能”,点击“打开或关闭 Windows 功能”链接。
  • 点击“Internet 信息服务”复选框并选择 iis 所需的功能。
  • 从已安装的应用程序中打开 iis 管理器。

https://learn.microsoft.com/en-us/iis/install/installing-iis-85/installing-iis-85-on-windows-server-2012-r2

安装完node和iis后,以管理员身份打开命令提示符并进入react js应用程序文件夹。

示例:

我的react js应用程序位于C:\windows\system32\下

要转到该路径,请使用命令:

cd C:\windows\system32\my-app

使用以下命令运行 react 应用程序:

npm start

检查应用程序是否正常运行。

然后运行命令:

npm run build

您可以在应用程序文件夹中看到构建文件夹。

  • 现在打开 iis 管理器。
  • 从连接 Pane 中选择服务器名称。右键单击它并选择添加网站: enter image description here
  • 在添加网站窗口中输入以下详细信息:站点名称文件夹路径端口号、IP 地址、主机名等

注意:添加站点路径时选择构建文件夹。

enter image description here

  • 通过点击操作 Pane 中的浏览按钮打开网站。

enter image description here

enter image description here

关于node.js - 如何在 Windows IIS 中托管 React.js 和 Node.js 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57843134/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com