Node Basics
Jump to navigation
Jump to search
Run a Node App
terminal
node filename.js
You can execute node code in the terminal by typing
node
This will give you a node command prompt
terminal
node filename.js
You can execute node code in the terminal by typing
node
This will give you a node command prompt