Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 298 Bytes

File metadata and controls

7 lines (4 loc) · 298 Bytes

Simple express demo

Express: fast, unopinionated, minimalist web framework for Node.js

This project shows a simple express server serving a single HTML page and using express.static to serve static files.

Check out the express documentation for more information.