Skip to content

jamesallenuk/budgeting-sample-app-webpack2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Budgeting - React + Redux + Webpack 2 (tree shaking) Sample App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.7%
  • CSS 13.6%
  • HTML 1.7%