Web app which allows you to explore a directory in browser.
To run this application, follow these steps:
- Build server jar
cd server/ && ./gradlew bootJar && cd ..
- Start the server specifying the root directory
java -jar server/build/libs/directoryviewer-0.0.1-SNAPSHOT.jar --directoryviewer.fsroot=<path, e.g. /home/username/dir>
- Run React app
cd client npm install npm start
- Open https://localhost:3000 to explore