• Stars
    star
    99
  • Rank 343,315 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples using webext-redux from SoCal ReactJS meetup.

webext-redux-examples

Examples using webext-redux from SoCal ReactJS meetup.

To Run An Example

Clone or download this repo.

Navigate to an example's root folder, then run

npm install 

To build the project, run

npm start

And webpack bundle will be created.

In the root project directory, you will find a build folder. To install the extension in chrome, go to chrome://extensions on your browser, make sure developer mode is enabled, and click on "Load unpacked extension...". Select the build directory and you're on you're way!