Just open git bash on your PC or terminal on MAC/Linux machines and run this command
npm installTo run the application, use the following command:-
node app.jsYou should see something like this. This means that the application has started successfully! Cheers!
node app.js
Listening on port 5000