How to Setup a Simple HTTP Server/ Local Web Server with NodeJS
In this article, I am going to explain to you how to set up a simple HTTP web server on local machine using NodeJS. http-server npm package is used to run the web server, Its a single step task for serving static files on browser.
Install http-server...
jsonworld.hashnode.dev2 min read