A simple web server built with Node.js that responds with "Hello World" for every request.
-
Clone the repository:
git clone https://github.com/IvanGrimm/simple-web-server.git
-
Navigate to the project directory:
cd simple-web-server
-
Install dependencies:
npm install
To start the server, run:
npm start