Creating a “hello world” Node.js Application
First, we will start by creating a directory for our project and then install some dependencies for our simple “Hello world” app using the command line.npm
creates a package.json
that holds the dependencies of the app.
**Next, **install the Express framework dependency.
Server is running on port 5000
http://localhost:8080/
** in your browser to view it.
Here is a “Hello world” output on my browser :