Skip to content

DWDatITP/sample-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published