Install NodeJs
check node is install or not
install ExpressJs
create myapp.js
Example
Run :-
C:\mynode> node myapp.js
open browser and type the URL :- localhost:3000
See the result on browser :- Hello Sana
How to stop server :-
C:\mynode> node myapp.js
Trending Tutorials