A minimal chrome extension starter with a basic counter app using react, redux, webext-redux, styled-components and webpack
Clone repository
$ git clone https://github.com/MwirabuaTim/react-redux-extension.git
$ cd react-redux-extension
- Install dependencies, and run the development script (to build the chrome extension files).
$ yarn # install dependencies
$ yarn build # compiles the ./output/js
- Go to the extensions page chrome://extensions
- Enable developer mode
- "Load unpacked" and pick the build/ folder
- Continue development.