Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
/ http-single-serve Public archive

⚙️ HTTP server for use with single page applications.

Notifications You must be signed in to change notification settings

neogeek/http-single-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This package has been deprecated in favor of the newer, more robust, http-simple-serve package.

http-single-serve

⚙️ HTTP server for use with single page applications.

NPM Version

Install

$ npm install http-single-serve

Usage

const http = require('http-single-serve');

http({
    port: process.env.PORT || 5000,
    root: 'dist/',
    entry: 'index.html',
});

About

⚙️ HTTP server for use with single page applications.

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published