Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 610 Bytes

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!