Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 377 Bytes

File metadata and controls

23 lines (15 loc) · 377 Bytes

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