Skip to Content
러닝 자바스크립트: ES6로 제대로 입문하는 모던 자바스크립트 웹 개발
book

러닝 자바스크립트: ES6로 제대로 입문하는 모던 자바스크립트 웹 개발

by 한선용, 이선 브라운
July 2017
Beginner to intermediate
464 pages
10h 38m
Korean
Hanbit Media, Inc.
Content preview from 러닝 자바스크립트: ES6로 제대로 입문하는 모던 자바스크립트 웹 개발
60
러닝 자바스크립트
쓴 『
Version
Control
with
Git
,
2
nd
ed
.』 (
O
reilly
,
2012
)
7
을 보십시오.
https
://
git
-
scm
.
com
/
book
/
ko
/
v2
에 한글로 번역된 깃 문서가 있으므로 필요할 때마다 찾아보면 도움이 될
겁니다.
2.2.5
npm
패키지 관리
npm
을 알아야만 자바스크립트 개발이 가능한 건 아니지만, 패키지 관리 도구로
npm
을 사
용하는 사람이 점점 늘어나고 있습니다. 노드 개발에서는
npm
이 필수라고 해도 과언이 아닙
니다. 실제로 노드 앱을 개발하든, 아니면 브라우저 앱만 개발하든,
npm
을 사용하면 일이 훨
씬 쉬워집니다. 여기서는
npm
을 통해 빌드 도구와 트랜스컴파일러를 설치하겠습니다.
npm
은 노드를 설치할 때 함께 설치됩니다. 따라서 아직 노드를 설치하지 않았다면 노드.
js
페이지 (
https
://
nodejs
.
org
/
)에 가서 녹색
INSTALL
버튼을 클릭하십시오. 이때 안정 버전
과 최신 버전을 선택해 내려받을 수 있는데, 필자는 안정 버전을 설치하길 권합니다. 설치가 끝
나면 노드와
npm
이 잘 동작하는지 다음 명령으로 확인하십시오.
$ node - v
v4
.
2
.
2
$ npm - v
2
.
14
.
7
노드와
npm
은 계속 업데이트되므로 버전 번호는 앞의 결과와 다를 수 있습니다.
npm
의 목적 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것

웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것

최용, 앤드루 호프먼

Publisher Resources

ISBN: 9788968483387