Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 336 Bytes

NodeJS Backend for Webix File Manager

How to start

Serve local files, absolute path is required.

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.