A Simple React Starter Kit(ES6) with Gulp, Babelify, Gulp-SASS, Watchify and Browserify.
##Getting Started
###Experience in Git
You can clone this repository easily using Git, install all dependencies using NPM and run it using gulp.
> git clone git@github.com:davepoon/react-gulp-starter-kit.git
> cd react-gulp-starter-kit
> npm install
> gulp
###No experience in Git
You can download the zip file by clicking on this link. Extract the zip file and go to the project directory using Terminal/Command Prompt and run the following commands,
> npm install
> gulp