Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 889 Bytes

File metadata and controls

44 lines (28 loc) · 889 Bytes

Budgeting - React + Redux Sample App

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.

Contains

Make sure you have the latest node before using Webpack 2. Some depenencies my fail in older versions.

Update 11/14: Bumped to Webpack 2.1.0-beta.26 and React 15.3 with updates to webpack and babel config.

Setup

$ npm install

Running in dev mode

$ npm start

Running in production mode

$ npm run prod

Build (production)

$ npm run build

License

MIT