npm install nodemon --save -include=dev
npm install concurrently
npm install express
"server": "node ./app.js",
"client": "cd ../client && npm start",
"dev": "concurrently \"npm run server\" \"npm run client\""
"proxy": "http://localhost:[express에서 사용하는 포트 번호]"