node.js 프로젝트 생성1 [Node.js] express-generator로 프로젝트 생성하기 1. express-generator 설치 express-generator : application generator tool application skeleton을 빠르게 생성. 생성된 app의 디렉토리 구조가 잡혀있어 편하게 이용 가능 npm install express-generator -g 2. 프로젝트 생성 express --view= btc-wallet 이름의 프로젝트 생성 --view=pug : pug 템플릿엔진 사용. express btc-wallet --view=pug 3. 생성한 프로젝트 폴더로 이동 & 라이브러리 설치 package.json 의 dependecies 객체 안에 있는 npm 설치 cd btc-wallet npm install 4. 서버 접속 DEBUG=btc-wallet.. 2022. 11. 4. 이전 1 다음