Basic-webserver-node.js A Basic webserver using NodeJS for absolute begineers Steps To Run the Project Clone the project in local machine Open terminal in the project folder And run command $ node app.js Then open your browser and go to : localhost:3000 Congrats! Your server is ready.