Skip to content

kidusdev/simple-nodejs-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Node.js Server

How to create a simple Node.js server:

  • You need Node.js to be installed on your system. You can download Node.js and follow the instructions on how to do that on nodejs.org;
  • Clone or download this repository;
  • Open your terminal;
  • With the command line go to the folder you just cloned/downloaded;
  • Type 'npm start', so your server start running;
  • Go to the browser and access http://127.0.0.1:1337/.

About

Simple Node.js Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%