Frontend App allows:
- View the changes that have occurred in the directories that are under monitoring in real time
- Add new directories to monitor
- node v10.15.3 or higher
- npm v6.4.1 or higher
It is important that you do not have any connection on port 3000
The flow carried out to view a directory that it is under monitoring is described below:
- The home component receives the data from the websocket server
- The home component dispatch an action to filter data
- The reducer receives the data
- The reducer filters the data
- The home component detects the new data
- Finally the home component render the page with the new data
$ npm install
$ REACT_APP_FOLDERS=/home npm start
The app will open here: http://localhost:3000
$ npm test
File-Explorer Frontend is MIT licensed.