serverey
v2.0.0
Published
serverey is a simple express static asset server which also serves a config.js file that is constructed of environment vars.
Downloads
26
Readme
serverey
serverey is a simple express static asset server which also serves a config.js file that is constructed of environment vars.
Install
npm i servery
Running
To run simple call the index script directly with the required arguments of port and static dir:
node ./node_modules/servery/index.js -p 3000 -s ./dist/
Testing
npm test