Package Exports
- webserver
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webserver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WebServer
Copyright 2020 Sleepless Software Inc. All Rights Reserved.
A simple web server with auto reloading
Install
npm i -g webserverUsage
Create an app dir:
webserver create path/to/myappRun the app:
webserver run 3000 path/to/myappTo auto reload when files change (your app has to support this)
webserver run 3000 path/to/myapp trueLegacy Usage
You can still use to simply serve up static files this way:
webserver port dir