Skip to content

Generic repositoriy for use i tutorials

Notifications You must be signed in to change notification settings

kittytinythai/GenericNode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Web Server

Usage

This is an example express web server used in an executable tutorial for setting up the dependency manager Renovate bot for an application hosted on Github. The executable tutorial can be found here.

Installation

  1. Install NodeJS and npm. When you install NodeJS, npm automatically gets installed on your computer. Check if you have installed NodeJS by running this command in the terminal
node -v

Check your npm installation by running this command

npm -v
  1. Run npm install in the project root, all the necessary dependencies will be installed.
  2. To start the server, run node app.js.

Functionality

The express server listens for connections to http://localhost:3000. When receiving a connection, the server responds with the message "Hello World!".

About

Generic repositoriy for use i tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%