최대 1 분 소요

NodeJS 개발환경 구축

  1. nodeJS 설치

    image-20241115110310856

  2. 작업 폴더 생성

    image-20241115110355461

  3. vscode에서 폴더 열기

  4. vscode terminal

    “npx create-react-app .” 실행(따옴표는 x)

  5. 위의 코드 에러시 powershell 관리자 권한 실행

    “Set-ExecutionPolicy RemoteSigned” 실행

  6. 안되면

    vscode terminal => “npm install -g” 실행

  7. 안되면

    vscode terminal => powershell 말고 command에서 실행

  8. 설치 완료시

    npm start 실행

  9. 실행 성공하면 다음 화면 확인

    image-20241115110700542

댓글남기기