dirkharrington / express-static-example

Example of serving static content using Express.

Home Page:http://blog.modulus.io/nodejs-and-express-static-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Express Static Content Project

This is a simple server based on Express.

The directory to serve is set via DIR (defaults to public) The port to bind to is set via PORT (defaults to 3000)

About

Example of serving static content using Express.

http://blog.modulus.io/nodejs-and-express-static-content


Languages

Language:JavaScript 90.4%Language:CSS 9.6%