1.0.0 • Published 6 years ago

@radha9898/hello-world-node-js v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

This is a very basic example of Hello World in Node.js

Installation

*for newbies : Clone or download zip to your machine then hit this :

npm install

Steps for generating the package for node Js

  1. Create the Folder

mkdir foldername

  1. initialize the package using npm

npm init

  1. Provide the details like 'package name, version and description etc'

  2. package.json will created in folder

Install the express framework

npm install express --save

Create the index.js file

Start the node for running

node index.js

Now hit the below url to print the hello world

http://localhost:3000/