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
Serve static files from a directory:
webserver port directoryFramework Style Usage
Create an app dir:ectory
webserver create path/to/myappRun the app:
webserver run 3000 path/to/myappExperimental
To auto reload when files change (your app has to support this)
webserver run 3000 path/to/myapp true