kousenlsn / serve-gzipped

Quick command line Express server with Compression for testing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serve-gzipped

Quick express server with compression for testing purposes.

oclif Version Downloads/week License

Install 👷

npm install -g serve-gzipped

or run from cloud: npx serve-gzipped

Usage 🔨

$ serve-gzipped [PATH]

e.g.:
$ serve-gzipped ./build -p 3000
OPTIONS
-h, --help       show CLI help
-p, --port=port  port to run. Defaults to 7890
-v, --version    show CLI version

About

Quick command line Express server with Compression for testing purposes

License:MIT License


Languages

Language:JavaScript 98.2%Language:Batchfile 1.8%