‎2018 Jul 17 4:45 AM
Hi,
I need to run a sample node js application in my system. I have not worked on this earlier.
I have installed Node and NPM using Install Node and NPM for Windows.
I have downloaded the sample application as well. I have verified in command prompt if Node and NPM are installed using the commands node -v, npm -v respectively.
However I am not sure how to run the application using the bat file and where the application folder needs to be placed.
Regards,
Abdul Samad
‎2018 Jul 19 8:11 PM
normally.. once you have node and npm install... your sample application will be a js file (entry point)
1) open your cmd prompt...
2) nav to your solution (node app)
3) then type : node <nodeApp>.js it should launch it
‎2018 Jul 19 8:11 PM
normally.. once you have node and npm install... your sample application will be a js file (entry point)
1) open your cmd prompt...
2) nav to your solution (node app)
3) then type : node <nodeApp>.js it should launch it