Skip to content

kuhuk/BasicNodeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicNodeServer

A simple node.js code to understand the basic of running a node server on your local machine. Note that the server will run on port 8080 i.e. https://localhost:8080

Steps to follow -

  1. Clone the repository using command - git clone https://github.com/kuhuk/BasicNodeServer.git
  2. Open the same repository in some IDE like VSCode (recommended)
  3. Run the following command in the terminal of IDE - node index.js

There you go! By now, your server should be running.

Now open your browser on your local machine and in a new tab copy paste the following link - https://localhost:8080

And you're done! ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published