Skip to content

A minimal starter kit for a chrome extension using react, redux, webpack and styled components

Notifications You must be signed in to change notification settings

MwirabuaTimothy/react-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal starter kit for a chrome extension using react, redux, webpack and styled components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published