/simple-express-static-server

A simple static file server using express.js for node.js. Good when you need a quick file server.

Primary LanguageJavaScript

Simple Express Static File Server

Description

A very simple static file server. For development use only.

Install dependencies (first time only):

$ npm install

How to start:

$ node server

Open http://localhost:4567

If you need a different port:

$ PORT=9999 node server

Open http://localhost:9999