Skip to content

File manager web server based on Node.js with Koa, Angular.js and Bootstrap

License

Notifications You must be signed in to change notification settings

mattmone/node-file-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Shot

screenshot

Usage

  npm install -g node-file-manager
  node-file-manager -p 8080 -d /path/to/

Or

  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

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.

About

File manager web server based on Node.js with Koa, Angular.js and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.4%
  • HTML 33.1%
  • Shell 0.5%