0.0.2 • Published 7 years ago

build-server v0.0.2

Weekly downloads
10
License
ISC
Repository
github
Last release
7 years ago

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