[■KodeJUN] [5] Node.js npm express
페이지 정보

관련링크
본문
■ NodeJS.org
[윈도우 환경]
https://nodejs.org/en
1. NodeJS.org에 접속 한 후 LTS 버전을 다운받아 설치
2. VSCode 설치
https://code.visualstudio.com/download
다운로드 한 후 로그인 코파일럿 로그인
3. VSCode 에서 터미널 열어서 node 잘 설치되어있는지 확인
C:> node
* Windows PowerShell 이 아닌 Command Prompt 에서 실행해야 함
** 질문 PowerShell says "execution of scripts is disabled on this system."
https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system
3.5 윈도우 세팅 > System > For Developers (검색어: PowerShell Developer Setting)
PowerShell > Changed execution policy to allow local PowerShell scripts to run... (ON)
4. C:> npm init -y 명령어 실행 (위 스샷 참조)( -y 를 붙이면 초기설정을 다 디폴트로 만들어 줘서 편함)
5. npm install express --save 설치
https://expressjs.com
5. npm install mysql 설치
6 NodeMon 설치
npm install -g nodemon
https://www.npmjs.com/package/nodemon
Node[윈도우 환경]
https://nodejs.org/en
1. NodeJS.org에 접속 한 후 LTS 버전을 다운받아 설치
2. VSCode 설치
https://code.visualstudio.com/download
다운로드 한 후 로그인 코파일럿 로그인
3. VSCode 에서 터미널 열어서 node 잘 설치되어있는지 확인
C:> node
* Windows PowerShell 이 아닌 Command Prompt 에서 실행해야 함
** 질문 PowerShell says "execution of scripts is disabled on this system."
https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system
3.5 윈도우 세팅 > System > For Developers (검색어: PowerShell Developer Setting)
PowerShell > Changed execution policy to allow local PowerShell scripts to run... (ON)
4. C:> npm init -y 명령어 실행 (위 스샷 참조)( -y 를 붙이면 초기설정을 다 디폴트로 만들어 줘서 편함)
5. npm install express --save 설치
https://expressjs.com
5. npm install mysql 설치
6 NodeMon 설치
npm install -g nodemon
https://www.npmjs.com/package/nodemon
npm
express
[■KodeJUN] [1] Node.js 배경 설명 | Node.js 백엔드 javascript로 - 2025-01-27 (로봇)
Node
npm
express
104
[■KodeJUN] [6] Node.js npm express
댓글목록
등록된 댓글이 없습니다.