blorenz / budgeting-sample-app-webpack2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:JavaScript 85.2%Language:CSS 13.2%Language:HTML 1.6%