win10一行代码搭建本地html项目
2021-03-04 09:27
标签:info 运行 默认 nod 开始 文件 安装python python 端口 最近玩了下web项目,需要部署到本地查看效果。 一:准备 1.安装python或者安装node.js 2.html项目文件 二:python搭建 1.进入html文件的路径 2.通过python命令部署 默认端口8000,如果需要修改端口则命令改为 三.通过node.js命令部署 安装http服务 cmd运行以下命令安装 然后开始部署 1.进入html文件路径 2.执行命令 3.修改端口 win10一行代码搭建本地html项目 标签:info 运行 默认 nod 开始 文件 安装python python 端口 原文地址:https://www.cnblogs.com/hy546880109/p/12939601.htmlpython -m http.server
python -m http.server 9000
npm install http-server -g
http-server
http-server -p 9090
上一篇:How to install john deere service advisor 4.2.005 on win 10 64bit
下一篇:How to install john deere service advisor 4.2.005 on win 10 64bit