Shop demo app from the Egghead's React/Flux tutorial. Little eshop app built with the React.js library following the FLUX architecture.
####Guide:
- clone the repo
- cd into the project dir
- run
gulp
- run webserver from
dist/
dir (e.g.httpster -d dist/
)