At the beginning of each programer's carreer there is always our notorious „Hello World“. Why changing good habits? Let us also greet the world with a first server script.
In the lower part of Webstorm you can open a terminal window to start the mini-server-application. A node server is always started with the commande node + servername.js. In our case it is node helloworld.js, which generates the console output, just as we intended.