本地启动html项目

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/quanqxj/article/details/78425798

安装nodejs

sudo git clone https://github.com/nodejs/node.git

安装apache

安装http服务器

sudo npm i -g http-server

运行

http-server

猜你喜欢

转载自blog.csdn.net/quanqxj/article/details/78425798