Webpack, babel - the net ninja
- download as zip and extract files
- create a new folder on desktop
- copy all files to new folder
- new terminal - npm install - to get the node-modules folder
- npm run serve and click the localhost link OR npm run start and it will open itself
- npm run build will translate our code to a browser-compatible JavaScript (to bundle.js)