1.0.0 • Published 2 years ago

sprite-server v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm.io npm.io

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

OptionDescriptionDefaults
--versionShow version number.
-p, --portPort to use.5050
-h, --helpPrint this list.

Enjoy!

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago