quick-serve-static

quick serve static files with only one command

Usage no npm install needed!

<script type="module">
  import quickServeStatic from 'https://cdn.skypack.dev/quick-serve-static';
</script>

README

quick-static-server

Quickly server your static files with only one command

Install

npm install quick-serve-static -g

or

yarn global add quick-serve-static

Usage

qss -p 8080 -h 0.0.0.0 -f ./static

for more information, use:

qss --help