Skip to content

Serve v0.0.1

Compare
Choose a tag to compare
@apoorvam apoorvam released this 22 Apr 09:46
· 4 commits to master since this release

This is a binary to serve your static files on a URL for Mac 64-bit.

Usage

Add this binary to your PATH for ease.

serve // serves the files in current directory on a default URL(localhost:4000)
or
serve ./foobar // serves the files in `foobar` directory