Skip to content

Create FS http server

  1. Create directory for FS
    mkdir server
    
  2. Run http server:
    python3 -m http.server 80