Node.js

Node.js Installation and Run it simply

brightlightkim 2022. 3. 19. 07:33

node -v

- to know if we downloaeded node and check out the version.

 

node

- it makes command line to use it as a JavaScript.

 

CTRL + C *2

makes out of the node.

 

node [JavaScript File Name without .js]

runs the JavaScript file.

 

 

'Node.js' 카테고리의 다른 글

[Node.js] Front End - Axios Library(Vue CLi)  (0) 2022.03.19
Node.js Express Back-end REST API  (0) 2022.03.19
Node.js Stream & Buffers  (0) 2022.03.19
Node.js Basics (Read & Write & Create & Remove)  (0) 2022.03.19
Node.js Introduction  (0) 2022.03.19