It's a boilerplate with a basic counter app using webext-redux library.
Clone repository
$ git clone https://github.com/ihenvyr/react-chrome-extension.git
$ cd react-chrome-extension
Install dependencies, and run dev script (to build the chrome extension files)
$ npm install # install dependencies
$ npm start # develop
$ npm run build # compile