https://github.com/serapath/webserve
static http(s) server with livereload
https://github.com/serapath/webserve
Last synced: about 1 year ago
JSON representation
static http(s) server with livereload
- Host: GitHub
- URL: https://github.com/serapath/webserve
- Owner: serapath
- License: mit
- Created: 2018-11-19T21:31:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T21:38:18.000Z (over 7 years ago)
- Last Synced: 2025-02-14T17:42:08.774Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webserve
static http(s) server with livereload
---
**note:** This module is work in progress and is not functional yet.
---
## `@TODO`
1. spec out module in `README.md`
## use
`npm install -g webserve`
```bash
webserve
# => print help: @TODO: show all features of webserve
webserve . # serves current directory over http
```