Skip to content

MohammadMD1383/verve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verve - V Serve

simple, fast and powerful static file server with no dependencies written in V

usage

# serve current directory
verve

# serve ./prod/ directory
# use -d or --dir
verve -d prod

# set port other than 7777
# use -p or --port
verve -p 3000

by default verve will try to find index.html in the root of <dir> and serve it at localhost:<port>/

build from source

# compile
v .

# run
./verve -d </path/to/...> -p <port>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages