Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 623 Bytes

fork from https://github.com/milesmou/node-file-manager.git

Screen Shot

screenshot

Usage

  git clone https://github.com/efeiefei/node-file-manager.git
  cd node-file-manager
  npm i
  cd lib
  node --harmony index.js -p 8080 -d /path/to

Or

  use cli tool in bin directory
  you can modify before run

We can run node-file-manager in terminal directly. We can specify prot add data root dir by -p and -d, default with 5000 and scripts directory.

Then, we can view localhost:8080/ in our browr.