This is a simple Node.js web server that returns "Hello World" using the Express framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your local machine.
-
Clone the repository:
git clone https://github.com/coderooz/Hello-World-Web-Server.git cd hello-world-web-server
-
Install the dependencies:
npm install express
-
Start the server:
node index.js
Open your browser and go to http://localhost:3000
. You should see "Hello World!".
- Express - The web framework used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ranit Saha - Coderooz
This project is licensed under the MIT License - see the LICENSE.md file for details