https://github.com/abdus/react-chrome-ext
A chrome extension using React. Disclaimer: Only for learning purpose.
https://github.com/abdus/react-chrome-ext
chrome extension react
Last synced: about 2 months ago
JSON representation
A chrome extension using React. Disclaimer: Only for learning purpose.
- Host: GitHub
- URL: https://github.com/abdus/react-chrome-ext
- Owner: abdus
- Created: 2020-05-19T15:17:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T15:18:30.000Z (about 5 years ago)
- Last Synced: 2025-01-30T10:15:30.495Z (4 months ago)
- Topics: chrome, extension, react
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-chrome-ext-boilerplate
Note: if you don't like this custom setup, just generate an app using `create-react-app`
1. Clone this repo
2. `cd` to project root and run `npm i`
3. Run `npm run build`. This will generate a `build` directory.
4. When loading unpacked extension, select `build` directoryP.S.: You have to run `npm run build` everytime you change something. This can be automated by using packages like `nodemon`