Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joni2back/react-filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
https://github.com/joni2back/react-filemanager
file-management file-manager filemanager hacktoberfest hacktoberfest2020 react-file-browser
Last synced: 18 days ago
JSON representation
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
- Host: GitHub
- URL: https://github.com/joni2back/react-filemanager
- Owner: joni2back
- Created: 2018-11-13T23:33:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T21:42:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T04:45:06.219Z (about 1 month ago)
- Topics: file-management, file-manager, filemanager, hacktoberfest, hacktoberfest2020, react-file-browser
- Language: JavaScript
- Homepage: https://joni2back.github.io/react-filemanager/
- Size: 2.39 MB
- Stars: 111
- Watchers: 9
- Forks: 34
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Filemanager
Hello ex [angular-filemanager](https://github.com/joni2back/angular-filemanager/) user, this is the new version in React.
I will try to make it clean and retro-compatible with the previous bridges/connectors
It's very important for me your collaboration on my development tasks and time.
Please help me to move forward with a donation by paypal :) [![Donate](https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XRB7EW72PS982)---
### Environment configuration
**1) Install deps using NPM with**
```npm install```**2) Start development environment**
```npm start```**3) Run tests**
```npm run test```**4) Compile for production**
```npm run build```---
## Connectors
I am also developing a local file connector API in NodeJS in [filemanager-connector-node](https://github.com/joni2back/filemanager-connector-node)