Skip to content

This project will create a simple Node.js web server that returns "Hello World" using the Express framework.

License

Notifications You must be signed in to change notification settings

coderooz/Hello-World-Web-Server

Hello World Web Server

This is a simple Node.js web server that returns "Hello World" using the Express framework.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Node.js and npm installed on your local machine.

Installing

  1. Clone the repository:

    git clone https://github.com/coderooz/Hello-World-Web-Server.git
    cd hello-world-web-server
  2. Install the dependencies:

    npm install express
  3. Start the server:

    node index.js

Usage

Open your browser and go to http://localhost:3000. You should see "Hello World!".

Server Action Image

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This project will create a simple Node.js web server that returns "Hello World" using the Express framework.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published