Skip to content

AntipovAndrey/DirectoryViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

DirectoryViewer

Overview

Web app which allows you to explore a directory in browser.

Demo gif

Run

To run this application, follow these steps:

  1. Build server jar
    cd server/ && ./gradlew bootJar && cd ..
  2. 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>
  3. Run React app
    cd client
    npm install
    npm start
  4. Open https://localhost:3000 to explore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published