Node JS Tutorial for Beginners #2 - Installing Node JS

Yo ninjas, in this node js tutorial, I’ll be showing you how we can download and install node js as well as how to run a file through node on your computer locally. To run a file through node js, simple navigate to the directory of your file in the command line, then type ’node filename’ . ----- COURSE LINKS: Repo - Atom editor - --------------------------------------------------------------------------------------------- You can find m
Back to Top