What is serve-static?
"Serve static files"
serve-static is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 14.0 KB on disk.
Installation Guide
# Install via NPM
npm install serve-static
# Install via Yarn
yarn add serve-static