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.