원하는 폴더에서 터미널에서 npm init
폴더에 package.json 파일이 생성됌
index.js 파일 생성하고 consle.log 작성해보기
실행하기
"start": "node src/index.js"
추가하기