@fizz.js/node-static-server
v1.0.0
Published
node-static-server
Downloads
1
Readme
@fizz.js/node-static-server
This is a static-server library for express.
install
add dependencies
into package.json
and run yarn install
configure
please put static
config into config/${env}.json
{
"static": {
"directory": "assets"
}
}
test
yarn test
coverage
yarn cover
build
yarn build
docs
yarn docs