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.