Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 566 Bytes

Chrome Extension (built with TypeScript + React)

This project is a boilerplate project to allow you to quickly build chrome extensions using TypeScript and React.

Building

  1. Clone repo
  2. npm i
  3. npm run build to compile once or npm run watch to run the build task in watch mode

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo