Skip to content

gcaglar/ReactGulpBoilerPlate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Gulp React boilerplate with React-Bootstrap, Watchify, Browersify, Sass and Livereload

Install live reload chrome extension if you don't want to manually reload.

Source: https://www.npmjs.com/package/gulp-livereload

Installation

  • Install Node: https://nodejs.org/en/download/
  • Make sure your npm version is latest: npm install -g npm
  • Install gulp: npm install -g gulp
  • Clone this repo: git clone https://github.com/gcaglar/ReactGulpBoilerPlate.git && cd ReactGulpBoilerPlate
  • Install necessary modules (make sure to run at the root of the repo): npm install

Start developing: gulp It will auto open the browser and refresh it with your changes if you have the extension.

Minified version for deployment: gulp prod

Clean: gulp clean

About

Gulp boiler plate for react, watchify, browersify, sass and livereload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.1%
  • HTML 9.0%
  • CSS 0.9%