Difference between revisions of "Node Basics"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
This will give you a node command prompt | This will give you a node command prompt | ||
== Node Modules == | |||
[https://nodejs.org/api/ Nodejs api List] | |||
==[[#top|Back To Top]]-[[Main_Page| Home]] - [[NodeJS|Category]]== | ==[[#top|Back To Top]]-[[Main_Page| Home]] - [[NodeJS|Category]]== |
Revision as of 22:40, 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