frosato-dev / ekino-widget

WIP - Chrome ext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChromeExtension with Stack

Setup:

npm install gulp-cli -g

Run project:

yarn start

Run storybook:

yarn storybook

Folder structure:

├── core
│   ├── config
├── event
│   ├── src
│   │   ├── aliases (Redux actions)
│   │   ├── reducers
├── popup
│   ├── src
│   │   ├── core (shared)
│   │   ├── modules (specific)

Debug

  • Click on Redux Devtools extension
  • Click Open remote DevTools
  • Go to Settings (at the bottom)
  • Check Use Custom server and set port to 8000

Libraries

based on react-chrome-redux-example by Tyler Shaddix

Notes

About

WIP - Chrome ext


Languages

Language:JavaScript 96.9%Language:HTML 2.5%Language:CSS 0.6%