https://github.com/aminnairi/node-static
Static file server
https://github.com/aminnairi/node-static
file files folder folders serve server static
Last synced: 11 months ago
JSON representation
Static file server
- Host: GitHub
- URL: https://github.com/aminnairi/node-static
- Owner: aminnairi
- License: gpl-3.0
- Created: 2021-03-31T21:57:54.000Z (almost 5 years ago)
- Default Branch: next
- Last Pushed: 2024-03-21T10:00:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T12:51:30.563Z (11 months ago)
- Topics: file, files, folder, folders, serve, server, static
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# node-static
Static file server
[](https://github.com/aminnairi/node-static/actions/workflows/publish.yaml)
## Requirements
- Node
## Usage
```console
$ npx @aminnairi/static help
```
## Example
```console
$ npx @aminnairi/static from public
Serving from /home/user/project/public on http://0.0.0.0:8080 (CTRL-C to stop gracefully)
```
## Issue
See [`issues`](../../issues).
## Changelog
See [`CHANGELOG.md`](./CHANGELOG.md).
## Contributing
See [`CONTRIBUTING.md`](./CONTRIBUTING.md).
## License
See [`LICENSE`](./LICENSE).