Serving static files In express
While developing a web application on Node.js, You may need to add either scripts, styles or fonts to the frontend, But you can't do that the normal way. You have to let the server know you'll be using them.
Serving static files in express
You'll be ...
mukhtar.hashnode.dev1 min read