A super simple static file server.
go install github.com/Shresht7/self-serve
self-serve --port=5327
Serve the current directory on localhost:5327
Note
You can type r
and press enter
to restart the server.
The directory to serve.
Default: .
(The current directory)
The port to use to serve the files.
Default: 5327
Print the version number of the cli application.
Default: false
This project is licensed under the MIT License