Skip to content

Chrome extension boilerplate using TypeScript + React 17 + Webpack 5

License

Notifications You must be signed in to change notification settings

hseoy/chrome-extension-react-typescript-boilerplate

Repository files navigation

Chrome Extension with React & TypeScript

Built with

Getting started

  1. Create a project based on this boilerplate.
$ npx degit https://github.com/hseoy/chrome-extension-react-typescript-boilerplate <project name>
  1. install the dependencies.
$ yarn install
  1. To build the extension, and rebuild it when the files are changed, run
$ yarn dev
  1. Now a directory named dist is created. You have to add this directory to your Chrome browser:
1. Open Chrome.
2. Navigate to `chrome://extensions`.
3. Enable **Developer mode**
4. Click **Load unpacked**
5. Select the `dist` directory