Package Exports
- server-welcome
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 (server-welcome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
server-welcome
Give a message to display when server start with the port, the name and the address.
Install
npm install --save server-welcome
Usage
require('env-port')('8080', 'Server name');
//=> 'Server name: Browse to 'http://192.168.0.47:8080''
Demo
License
MIT @ Cédric JUNG