@khanghy3004/node-file-manager
v0.1.2
Published
File manager web based on Koa and Angular.js
Maintainers
Readme
Nodejs File Manager
Login, manager, edit, download, rename, delete,...
Screen Shot
|
) |
|:--:|
| Login |
|
|
|:--:|
| Dashboard |
|
) |
|:--:|
| Edit |
Usage
git clone https://github.com/khanghy3004/node-file-manager.git
cd node-file-manager
npm i
cd lib
node --harmony index.js -p 8080 -d /path/toWe 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.
