timdorr / atljs-webpack

:mega: Code from my talk to the Atlanta JavaScript Meetup about Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A (Gentle) Introduction to Webpack

Code from my talk to the Atlanta JavaScript Meetup about Webpack.

Getting Started

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...

About

:mega: Code from my talk to the Atlanta JavaScript Meetup about Webpack.


Languages

Language:JavaScript 83.5%Language:HTML 16.5%