[node js] node js 설치

EB·2021년 7월 31일
0

📌node js 시작하기

https://nodejs.org/ko/


안정적인 14.17.4 LTS를 설치한다.
cmd창에서 명령어 실행

cd documents // documents 파일 이동
mkdir boiler-plate // boiler-plate 폴더 생성
cd boiler-plate // boiler-plate 폴더로 이동
npm init 후 author에만 이름 설정

👉 Visual Studio Code에서 express js 설치하기
터미널 - npm install express --save

📌index.js 생성후 작성하기

📌package.json - start 추가 - 터미널 - npm run start

profile
👩‍💻✨junior developer

0개의 댓글