Difference between revisions of "Node Basics"

From rbachwiki
Jump to navigation Jump to search
Line 2: Line 2:
terminal
terminal
  node filename.js
  node filename.js
You can execute node code in the terminal by typing
node
This will give you a node command prompt

Revision as of 20:08, 2 April 2018

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