Skip to content

mustbebuilt/01-static-express-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

01-static-express-demo

Example of Using Static Files with Express

The static files images, html, css etc are stored in the public folder.

This is configured in the app.js with:

app.use(express.static("./public"));

About

Example of Using Static Files with Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors