Important
This package has been deprecated in favor of the newer, more robust, http-simple-serve package.
⚙️ HTTP server for use with single page applications.
$ npm install http-single-serve
const http = require('http-single-serve');
http({
port: process.env.PORT || 5000,
root: 'dist/',
entry: 'index.html',
});