Notice
Recent Comments
Link
Tags
- npm버전확인
- 파이썬
- Ubuntu timezone
- 디지털오션 클라우드서버 생성하기
- mysql index 생성
- 디지털오션 드로플릿
- C언어
- node js 버전확인
- tzselect
- Python
- 라즈베리파이4
- 우분투 node js 설치
- node 버전확인
- 클라우드서버 생성
- ubuntu node js
- 자바 한줄씩 읽기
- 디지털오션 서버생성하기
- raspi-config
- 파이썬 반복문
- index 생성
- c언어 파일 읽기
- node js express install
- ubuntu node js install
- Node.js express install
- java 숫자를 문자로 변환하기
- 자바 파일 한줄씩 읽기
- 우분투 시간변경
- 우분투 시간설정
- express install
- c file read
Archives
- Today
- Total
호그래머
Node.js express 설치 하기 23.06.28 본문
728x90
1. Node.js에서 express 설치하기
sudo npm install express-generator -g
2. express로 프로젝트 생성하기
express --view=ejs Horilla
view파일은 ejs로 설정
프로젝트를 생성하면 Horilla 폴더가 생성된다.
cd Horilla
폴더 내로 진입하고
npm install
기본 모듈을 설치한다.
끝
1. Ubuntu에서 Node.js프레임워크 express를 설치 할 수있다.
728x90
'Node.js' 카테고리의 다른 글
Node js 우분투에서 Node js 설치하기 23.06.28 (0) | 2023.06.28 |
---|
Comments