sprite-server
v1.0.0
Published
A simple server for uploading and downloading files.
Downloads
5
Maintainers
Readme
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!