Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 294 Bytes

Quick Node Server

Quickly Set Up a Node Express Server to Serve a Static Site

Usage

To install dependencies:

yarn

And to run the server:

node server.js

Will server a static site under the /public directory; included is a sample site, just replace it with yours.