jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

How can I add devtools.panel? #44

Open manhhailua opened 8 years ago

manhhailua commented 8 years ago

I'm new to this repo so I'm now confusing with how to create a devtools.panel.

jhen0409 commented 8 years ago

Official guide can be help you.

Also, you can reference to redux-devtools-extension, it would can be as a better example.

manhhailua commented 8 years ago

I successful created a devtools panel :D but forgot to close this issue. And, would you please consider making boilerplate for creating a devtools panel and adding a CSS framework (eg: bootstrap with bootswatch theme)?