8000 GitHub - dimsmol/stws: Simple static web server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dimsmol/stws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple static web server

Serves static files from the current or given directory.

See stws -h for usage.

It's a Nix flake and can be ran or installed as such, see nix shell --help for running.

dev commands

  • nix build - build via nix (non-incremental)
  • nix run - run via nix
  • nix develop - open dev shell, inside:
    • cabal build - build (incremental)
    • cabal run - run
      • also ./run
    • rebuild everything:
      • cabal clean && cabal build all

About

Simple static web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0