sosmongare / nodejs-hello-world

Sample program to demonstrate hellow world in nodejs and express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World NodeJs application

Hello world is a simple nodejs-express application displaying the text

Installation

Create New Nodejs Project:

npm init -y

Install Express:

npm install express

save hello world to index.js

Start server

node index.js

About

Sample program to demonstrate hellow world in nodejs and express


Languages

Language:JavaScript 100.0%