1.0.0 • Published 3 years ago
sprite-server v1.0.0
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-serverGlobally via yarn:
yarn global add sprite-serverGlobally via cnpm:
cnpm install --global sprite-serverUsage
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!