nvm install 6.9
nvm use 6.9
npm install -g webpack
cd simplepack
npm init
Accept all defaults
npm install -S webpack
Download from https://gist.github.com/learncodeacademy/25092d8f1daf5e4a6fd3
webpack
open index.html
Open developer tools to view the two console logs.
cd jquerylodash
npm install -S jquery
npm install -S lodash
webpack
open index.html