Difference between revisions of "Node Basics"

From rbachwiki
Jump to navigation Jump to search
Line 5: Line 5:
  node  
  node  
This will give you a node command prompt
This will give you a node command prompt
==[[#top|Back To Top]]-[[Main_Page| Home]] - [[NodeJS|Category]]==

Revision as of 20:13, 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

Back To Top- Home - Category