chrome-extension-react-typescript-boilerplate
chrome-extension-react-typescript-boilerplate copied to clipboard
🔨 A boilerplate project to quickly build a Chrome extension using TypeScript and React (built using webpack).
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
- Clone repo
npm inpm run devto compile once ornpm run watchto run the dev task in watch modenpm run buildto build a production (minified) version
Installation
- Complete the steps to build the project above
- Go to chrome://extensions in Google Chrome
- With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo