Skip to content

An example of how to build a browser extension using React with hot reloading.

Notifications You must be signed in to change notification settings

mawaruDOLL/react-browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Install Node.js
  2. Run npm install

Run for development

  1. Run npm run start to build the app and start the webpack file watcher
  2. Open Chrome settings and click the extensions link in the sidebar menu on the left
  3. Turn on developer mode in the top right corner of the extension manager page
  4. Click the Load unpacked button and select the app's dist folder
  5. The extension will automatically be updated in the browser as you make changes and save files

Build for production

  1. Run npm run build

About

An example of how to build a browser extension using React with hot reloading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published