mkdir app
cd app npm init
"type": "module", "scripts": { "test": "nodemon --watch ./ ./index.js", "start": "pm2 start index.js --name 앱이름" },