- [Getting started guide by Kyle] (https://www.youtube.com/watch?v=TaWKUpahFZM)
- [Confusing parts of webpack] (https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9)
- npm install --> installs all dependencies
- npm run prod --> builds bundle.js and then launch index.html in browser OR
- npm run dev --> uses webpack-dev-server with live reloading/HMR, go to localhost:8080/ to see the changes