React basic (1) hello-world

Jiwontwopunch·2022년 2월 2일
0

스터디

목록 보기
8/16
post-thumbnail

node.js 설치

express.js 설치

npm install express --save

package.json 만들기

폴더 만들기 mkdir 폴더명
폴더 이동 cd 폴더명
npm init → package name 그냥 enter.. 계속 enter... autor는 이름 → package.json

index.js에서 기본적인 express js 앱 만들기

index.js 만들기
package.json 수정
express js hello-world 코드 링크index.js에 붙여넣기
npm run start error나면 ^C로 서버 죽이고 다시

0개의 댓글