Skip to content

Latest commit

 

History

History
executable file
·
7 lines (5 loc) · 339 Bytes

README.md

File metadata and controls

executable file
·
7 lines (5 loc) · 339 Bytes

Let's Learn Webpack 2

A HowToCode.io tutorial on learning Webpack 2

to create package.json => npm init -y

to install WEBPACK => yarn add -D webpack (questo è lo stesso che npm install --save-dev webpack)

se in consolle scrivo 'touch ...' lui mi crea un file con quel nome