2.0.2 • Published 2 years ago

express-easy-static v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

express-easy-static

npm GitHub release (latest by date) GitHub issues

An easy way to deploy a static website using the Express framework.

Usage

// launches a new express server on port 8080
require("express-easy-static")();

Properties

PropertyDefaultType
pathpath.resolve(__dirname, "public")string
port8080number

License

express-easy-static is licensed under the MIT License.