Serving static files in Node js
In this post, we will learn serving static files in Node Js using Express Js. Static files are like images, CSS, js etc. The static js file is completely different from the js we are using in Node Js.
Serving static files using Express Js
Express Js ...
blog.pratik.dev4 min read