Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 619 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 619 Bytes

Simple Web Server

A simple web server built with Node.js that responds with "Hello World" for every request.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/IvanGrimm/simple-web-server.git
  2. Navigate to the project directory:

    cd simple-web-server
  3. Install dependencies:

    npm install

Usage

To start the server, run:

npm start