Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webix-hub/filemanager-node


https://github.com/webix-hub/filemanager-node

filemanager webix webix-filemanager

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

NodeJS Backend for Webix File Manager
==================

### How to start

Serve local files, absolute path is required.

```shell script
npm install

# windows
npm run local D:\\some\\folder

# linux
npm run local /media/user/d/some/folder
```

Note that you need to use NodeJS v12.3.0 or higher to be able to write into text files.