Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 400 Bytes

fileman

  • Frontent: We are using use vuejx

    cd web
    # Install the dependencies
    npm install
    # Build the frontend
    npm run build
    
  • Backend: It is entirely written in Go

    First of all, you need to download the required dependencies. We are using the built-in go mod tool for dependency management. To get the modules, run

    go mod download