teeny-static-server

2.0.1 • Public • Published

Teeny Static Server

npm David David GitHub Workflow Status

Teeny Static Server is a simple, zero-configuration, command line HTTP server to serve static files locally.

Installation

This command line utility can be installed globally or locally within your project. It does make more sense to have it installed globally though, since it then can be use anywhere by simply starting it to serve the files located in the current folder.

> npm install -g teeny-static-server

Usage

> teeny-static-server [options] [path]

[path] defaults to the current folder if it's not provided at the command line prompt.

At that point, you should be able to visit http://localhost:8080 and see the files located in the current folder.

Options

option default description
-c or --cache <number> 0 Time in seconds for caching files
-C or --cors false Set CORS headers to * to allow requests from any origin
-h or --help Display help instructions
-l or --logs false Log HTTP requests at the prompt
-o or --open false Open in your default browser
-p or --port <n> 8080 Port to listen on - Will try next available if already used
-g or --gzip true Enable GZIP compression
-v or --version Output the current version

Credits

This package was heavily inspired from serve, with the intent to make a version that is simpler to use, with zero-configuration needed, but only supporting a subset of "serve" features, limited to local serving, and no support for SSL encryption.

License

MIT © Arno Versini

Readme

Keywords

none

Package Sidebar

Install

npm i teeny-static-server

Weekly Downloads

9

Version

2.0.1

License

MIT

Unpacked Size

13.9 kB

Total Files

7

Last publish

Collaborators

  • aversini