music-downloader/start/html.sh

11 lines
163 B
Bash
Raw Normal View History

2023-08-02 07:42:30 +00:00
#!/bin/bash
# 下载依赖包
npm install http-server -g
2023-08-02 14:49:56 +00:00
wait
2023-08-02 07:42:30 +00:00
# 运行前端页面
cd /music-downloader/html
2023-08-03 16:10:44 +00:00
echo "run html, localhost:5780"
http-server -p 5780