Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 412 Bytes

Sample Node Express Static App

This app uses express's static middleware to serve all the files in the "public" directory.

Tools

This app uses:

  • express
  • express.static middleware

To run this app locally:

  • git clone https://github.com/DWDatITP/sample-static.git
  • cd sample-static
  • npm install
  • nodemon server.js (or node server.js)
  • visit http://localhost:5000