All'alba vincerò

At dawn, I will win!

기타

fiveserver 설치 순서

나디아 Nadia 2024. 5. 2. 16:12

 

 

fiveserver 설치 순서

# 1.
npm install --global degit

# 2.
npm install --global add-gitignore

# 3.
mkdir 파일명

# 4.
cd 만든 파일

# 5.
git init

# 6. 
add-gitignore node, windows, osx, visualstudiocode

# 7. 확인
ls -a

# 8. 확인
git status

# 9.
git add .

# 10.
git commit -m ".gitignore 파일 생성"

# 11.
npm install --save-dev five-server

# 12.
touch fiveserver.config.js

 

 

실행

  • 실행키를 dev로 설정해놨을 때
npm run dev

 

 

서버 중단 (터미널)

Ctrl + C