Code from my talk to the Atlanta JavaScript Meetup about Webpack.
Simply install the modules added by package.json
and set your path so you can run webpack
anywhere:
npm install
export PATH=$(npm bin):$PATH
Each subfolder is a section of the presentation. If they don't make sense, sorry, you had to be there...