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
- Host: GitHub
- URL: https://github.com/thundernet8/quick-static-server
- Owner: thundernet8
- License: mit
- Created: 2017-07-10T04:38:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T08:41:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T04:16:03.548Z (about 1 year ago)
- Topics: express, static-server
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```