![[Node.js] Nodejs 백엔드 프로젝트 생성하기 1 포스팅 썸네일 이미지](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcjtWkt%2Fbtrf3yN2PBp%2FAGIEWxF8philPH8k1KFRN1%2Fimg.png)
IT/node.js
[Node.js] Nodejs 백엔드 프로젝트 생성하기 1
1. 백엔트 프로젝트 폴더생성 - back 2. npm init 하면 아래같이 설정에대한 내용이 나옴니다. : 나중에 설정가능한것들이 있어 그냥 엔터 후 yes 하시면 됩니다. D:\codingSeo\vue>cd back D:\codingSeo\vue\back>npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help init` for definitive documentation on these fields and exactly what they do. Use `npm in..