Fork from

this repo is fork from slideshare : Browserify. It's a good idea to understand the detial in slide.

Getting Started

1. Install gulp, browserify globally:

$ npm install --global gulp
$ npm install --global browserify

2. Clone repo from github:

$ git clone https://github.com/cage1016/gulp-react-family

2. Install proejct module from package.json file:

$ npm install

4. Run gulp:

$ gulp build

5. check result

$ open -a "Google Chrome" public/index.html