Back-end/Node.js

Back-end/Node.js

[Node.js] npm이란? npm사용법

npm이란? npm(Node Package Manager)은 Node.js, JavaScript에서 패키지를 관리하고 설치하는 도구 npm 사용법 https://www.npmjs.com/ npm | Home Bring the best of open source to you, your team, and your company Relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Java www.npmjs.com npm 공식 웹 사이..

Back-end/Node.js

[Node.js] Node.js 다운로드 및 실행

Node.js 설치 https://nodejs.org/en Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 프로젝트 생성할 폴더 만들어주고 Shift+우클릭 PowerShell npm init VSCode로 만들어준 폴더 열어서 터미널에 npm install express --save package.js "scripts" : { } 안에 추가 "start" : "node index.js" index.js 파일 만들고 코드 추가 const express = require('express') const app = express() const port = 3000 app.get('/', (req..

eunjin-park
'Back-end/Node.js' 카테고리의 글 목록