다운로드 후 버전 체크
documents에 node_js_test 폴더 생성
$ npm init
VSCode로 해당 폴더 열면 package.json 생성되어 있는 것을 확인 할 수 있음
index.js 생성 ( 시작점 )
터미널에서 --save 하면 package.json 에 자동으로 저장됨
express js 예제
package.json 에 script에 start 생성 ( index.js 시작점 )
node js 실행 -> $ npm run start
실행 결과 -> localhost:5000