Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Web
/
Node.js Tutorials
/ Getting started
Getting started
3 lessons in the Node.js course.
Full Node.js course
·
Search this topic
·
Web
Installing Node.js and npm
Install a current Node.js release and confirm node and npm work in your terminal.
Hello World
Write a short script, run it with node, and print output to the terminal.
Modules (require and import)
Split code across files with CommonJS or ES modules.