Sample app demonstrating the power and simplicity of React, Redux, and Webpack 2. Includes tree shaking configuration.
This is a Webpack 2 version of a previous Budgeting App.
Make sure you have the latest node before using Webpack 2. Some depenencies my fail in older versions.
Update 01/23/2017: Bumped to Webpack 2.2 and React 15.4.2 with updates to webpack and babel config. Webpack's performance hints are on for production (npm run prod
)
$ npm install
$ npm start
$ npm run prod
$ npm run build