mkdir 폴더명
폴더 생성
cd ~/Documents/workspace/KDT3rd-study
폴더 이동
ls
현재 폴더확인
touch index.ejs
파일 생성
npm init -y
프로젝트 시작 명령어 (-y 옵션: package.json 기본값으로 생성)
#package,json에서 "main"값을 index.js에서 app.js로 변경 (진입점 파일명)
npm install express ejs
ejs 엔진 설치
.gitignore (0) | 2022.11.15 |
---|---|
NCP 서버에 GIT 올리기 (0) | 2022.11.14 |
쿠키와 세션 (0) | 2022.11.14 |
9/27 (0) | 2022.09.28 |
댓글 영역