In this project, we created a web server without using any library just using node.js.
git clone https://github.com/Lo-Agency-Internship/Ehsan-NodeJS-WebServer.git
cd Ehsan-NodeJS-WebServer
Start the server by running:
npm run start
Put the file in the public folder.
Enter the following URL in the browser bar
http://localhost:8080/ or http://127.0.0.1:3000/
If you do not put the file in the public folder, the airbnb site will run by default.
--------------------Finish------------------------