Migrating an app to Webpack
Kent C. Dodds
Utah
1 wife, 3 kids
PayPal, Inc.
@kentcdodds
@kentcdodds
$ git clone https://github.com/kentcdodds/require-to-webpack-todomvc.git
$ cd require-to-webpack-todomvc
$ git pull --all # fetch all branches
$ npm install
$ git checkout step/00-original-project
$ http-server # or just open the index.html
Resources