Skip to content

kennyngdev/react-chrome-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-chrome-starter

a starter template for creating chrome extension with react

Setup

  1. Install dependencies with yarn and build
cd app
# install dependencies
yarn 
# build and export files to exntension directory
yarn build # on macOS
  1. Open chrome and go to chrome://extensions/
  2. Toggle on developer mode on the top-right corner.
  3. Click "Load unpacked", select extension folder in this directory in this folder and click confirm.
  4. Now you can find the extension in the toolbar of chrome. Click on it and you can see the default page of react(with vite)
  5. Have fun developing!

About

a starter template for creating chrome extension with react

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published