Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 601 Bytes

File metadata and controls

9 lines (8 loc) · 601 Bytes

Chrome Extension + React + Typescript template

Dev

  1. Clone repo
  2. (Maybe) remove package-lock.json and run npm init. Note: dependencies may still be outdated after this step (project hasn't been updated since 2022)
  3. After making changes in the app, run npm run build to generate a build file.
  4. Go to chrome://extensions and, with the developer mode checkbox ticked, load unpacked extension using the build file.
  5. The extension should look like: extension example