/react-flux-cart

Code for the tutorial by @kenwheeler: Create a Shopping Cart Using React.js and Flux

Primary LanguageJavaScript

react-flux-cart

An ES6 implmentation of the tutorial by @kenwheeler: Create a Shopping Cart Using React.js and Flux

The webpack build process is taken from the survivejs: webpack and react tutorial, which is awesome.

npm start to open on http://localhost:8080/webpack-dev-server/

npm run build to run a normal build

The following resources were incredibly useful for figuring out how to get React and ES6 to coexist: