An open API service indexing awesome lists of open source software.

https://github.com/thundernet8/quick-static-server

Quickly server your static files with only one command
https://github.com/thundernet8/quick-static-server

express static-server

Last synced: 12 months ago
JSON representation

Quickly server your static files with only one command

Awesome Lists containing this project

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
```