Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 708 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 708 Bytes

A minimal chrome extension starter with a basic counter app using react, redux, webext-redux, styled-components and webpack

Getting Started

Clone repository

$ git clone https://github.com/MwirabuaTim/react-redux-extension.git
$ cd react-redux-extension
  1. Install dependencies, and run the development script (to build the chrome extension files).
$ yarn   # install dependencies
$ yarn build  # compiles the ./output/js
  1. Go to the extensions page chrome://extensions
  2. Enable developer mode
  3. "Load unpacked" and pick the build/ folder
  4. Continue development.

Credits

https://github.com/ihenvyr/react-chrome-extension

https://github.com/tshaddix/webext-redux