Skip to content

A Simple React Starter Kit(ES6) with Gulp, Babelify, Gulp-SASS, Watchify and Browserify.

License

Notifications You must be signed in to change notification settings

andrescabsi14/react-gulp-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Gulp Starter Kit

A Simple React Starter Kit(ES6) with Gulp, Babelify, Gulp-SASS, Watchify and Browserify.

alt React Gulp Starter Kit

##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 [email protected]: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

About

A Simple React Starter Kit(ES6) with Gulp, Babelify, Gulp-SASS, Watchify and Browserify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.7%
  • CSS 32.8%
  • HTML 32.5%