block by joyrexus 8626919

Simple http server, dependency free

Full Screen

A simple, dependency-free 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