Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 570 Bytes

react-chrome-redux-examples

Examples using react-chrome-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

gulp

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!