Browse Source

Update 'README.md'

liuyuqi 5 years ago
parent
commit
358147572f
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -1,3 +1,17 @@
 # folder-server
 
-Electron框架,把本地目录映射为server的根目录。
+Electron框架,把本地目录映射为server的根目录。
+
+
+## 需求
+
+一直以来本地开发的很多web项目预览的方式:修改 apache/nginx 的conf配置文件,然后 service apache/nginx restart 重启配置生效。这种做法很低能,本项目希望实现如下功能:
+
+配合 Listary 工具,在 Explorer 任意目录输入 fs ,自动启动一个 web 服务器,将当前目录作为 web 的 root 目录。
+
+
+## 实现
+
+
+## 运行
+