/Basic-NodeJS

Primary LanguageJavaScript

Basic Node-JS

Installing

Just open git bash on your PC or terminal on MAC/Linux machines and run this command

npm install

To run the application, use the following command:-

node app.js

You should see something like this. This means that the application has started successfully! Cheers!

node app.js
Listening on port 5000