Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 408 Bytes

Chrome extension with React

This project is a sample of how to inject React into a website using a chrome extension.

Related Article

Creating a Chrome Extension with React

Setup

  1. Run npm i or yarn to install all the dependencies
  2. Run yarn dev to make changes to the extension
  3. Run yarn build-prod to compile the scripts