build-server
v0.0.2
Published
A simple Node.js server for serving the webpack build.
Downloads
2
Readme
build-server
A simple Node.js server to serve the Webpack build.
Installation
npm install build-server --save
Usage
const server = require('build-server');
server('build'); // Considering the 'build' to be the original build directory.
API
server(directory)
Serves the Webpack build.
directory
Required
Type: string
License
ISC