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.
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 serveryRunning
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