This project is a sample of how to inject React into a website using a chrome extension.
Creating a Chrome Extension with React
- Run
npm i
oryarn
to install all the dependencies - Run
yarn dev
to make changes to the extension - Run
yarn build-prod
to compile the scripts