- UI: react / react-dom / react-router-dom /
- store: redux / redux-thunk
- lint: eslint / lint-staged / husky / prettier
- router: react-router
| - chrome # All of Chrome Extension Code
| - img
| - lib # common library
| - options
| - index.html # option page
| - popup
| - index.html # popup page
| - inject
| - src
| - inject # inject script for specific page
| - options # react code
| - popup # react code
npm install
npm run dev
(dev) ornpm run build
(build)- pack chrome extension zip:
npm run pack
have a Look -> https://github.com/riskers/github-plus-extension