node js 실행
파일 생성 : C:\dev\js\server_side_js\hello.js
console.log('Hello World!');
cmd창에서 경로 변경
$cd C:\dev\js\server_side_js
디렉토리 정보 보기
$dir/w

node js 실행
$node hello.js
출력
Hello World!

참고 영상 : https://opentutorials.org/module/2026/11852
댓글을 사용할 수 없습니다.