/file-browser

Browse files on the web

Primary LanguageTypeScript

Setup

  1. Create a .env file in the root of this project.
API_PROTOCOL=http
API_HOST=XXXXX
API_PORT=XXXXX
  1. Run yarn install or npm install
  2. Run ./node_modules/.bin/webpack --mode=development to build files in ./dist
  3. Open ./static/index.html in a browser

Using the 'app'

  • Click on a folder to toggle expanding it
  • Click on a file to view its contents