Please take note, this repo is no longer actively maintained since it was sample code written whilst learning React & Reflux in March 2015.
A super fantastic demo shop making use of the incredible powers provided by:
Built with:
- npm and gulp development/watch/livereload and production tasks
- browserify for module loading
- react + react router
- bower to add vendor libaries - currently pulling in pure css
- CSS loaded via browserify for react components + sass for global (SMACCS + BEM + Suit CSS influenced)
- es6 transpiling via babelify
Placeholder images courtesy of lorem pixel
Run these commands to get started:
Install node packages
$ npm install
Run development task (watches source files, starts server with livereload):
$ npm start
Open browser: http://localhost:8080/
or to specify dev server port:
$ gulp --port 3030
Open browser: http://localhost:3030/
Run build task (minifies scripts):
$ npm build