sprite-server

1.0.0 • Public • Published

Sprite Server

Sprite Server is a simple static server. A simple command can start the service. Files can be uploaded and downloaded without configuration. It can be used for development, testing and learning.

Note: Do not use in production environments.

Features

  • Download files from the server.

  • Select the files and upload them to the server.

  • Upload files to the server by dragging and dropping.

Installation

Running on-demand:

npx sprite-server [--port xxxx]

Globally via npm:

npm install --global sprite-server

Globally via yarn:

yarn global add sprite-server

Globally via cnpm:

cnpm install --global sprite-server

Usage

Start server

sprite [--port xxxx]

Access server

Visit: http://localhost:5050

Options

Option Description Defaults
--version Show version number.
-p, --port Port to use. 5050
-h, --help Print this list.

Enjoy!

Package Sidebar

Install

npm i sprite-server

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

350 kB

Total Files

10

Last publish

Collaborators

  • joey_chou