1.1.0 • Published 7 years ago

react-gulp-chrome-extension-boilerplate-browserify v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Chrome Extension Boilerplate using React/Redux & Gulp automation

This is a modification to react-chrome-extension-boilerplate to use Gulp automation instead Webpack.

It uses React.js with Redux, browserify & css-modulesify which are ideal for building complex applications.

As the original example, the inject script will be executed on github pages(https://github.com/*) when visited.

Installation

  • Clone the repo
$ git clone https://github.com/scriperdj/react-gulp-chrome-extension-boilerplate.git
  • Install dependencies
$ npm install
  • Build using gulp tasks
$ gulp
  • Load the ./dev folder to Google Chrome using Load unpacked extensions option.