block by joyrexus 8619409

Simple http server

Full Screen

A simple http server to serve files relative to your current working directory.

Install the serve command with npm -g install.

Use serve [PORT] to start serving files in the current directory via the specified port number (default is 3000).

Open http://localhost:3000/ to view your web pages.

See Also

index.js

index.html

index.coffee

package.json