/ekino-widget

WIP - Chrome ext

Primary LanguageJavaScript

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