0. 시작전에

$ npm init -y

npm 프로젝트를 생성하겠다고 선언.

$ npm install -d parcel-bundler
(or)
$ npm install -d webpack
$ npm install -d webpack@<version>
$ npm install -d webpack-cli

parcel-bundler OR webpack 설치.

1. 개요

2. 주석

3. 중첩