Published 2018-07-16 15:02 Tagged on hello-world nodejs Hello World Project with NodeJS ## Install Node.JS - Download node.js from nodejs.org. - Unpack anywhere you prefer. - Export path variable. - Open .bashrc file to export path variable (I prefer this way! :P) ``` $ gedit .bashrc ``` - Add the following lines to the .bashrc file. ``` export...