快速初始化一个项目npm init -y给html,js,安装上环境
快速初始化一个项目npm init -y
给html,js,安装上环境
npm init -ynpm i http-server -g
启动!!!
http-server -p 8001端口号自己设置,前后端要不一样