This app uses express's static middleware to serve all the files in the "public" directory.
This app uses:
express
express.static
middleware
git clone https://github.com/DWDatITP/sample-static.git
cd sample-static
npm install
nodemon server.js
(ornode server.js
)- visit http://localhost:5000