trading-developer / react-reflux-super-fantastic-shop-demo

A super fantastic demo shop making use of the incredible powers provided by react, react-router & reflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-reflux-super-fantastic-shop-demo

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:

demo page

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

Project Setup:

Run these commands to get started:

Install node packages

$ npm install

Project tasks:

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

About

A super fantastic demo shop making use of the incredible powers provided by react, react-router & reflux

License:MIT License


Languages

Language:CSS 52.2%Language:JavaScript 45.7%Language:HTML 2.1%