📜  在本地发布网站 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:29.342000             🧑  作者: Mango

代码示例1
Step 1: Install Node.js here https://nodejs.org/en/

Step 2: Install http-server using the following npm command in Node.js Command Prompt

 npm install http-server -g

Step 3: Set up server using the following command in Node.js Command Prompt

http-server "C:\Users\You\Your Project Folder"