This boilerplate is made for creating chrome extensions using React and Typescript.
The focus was on improving the build speed and development experience with Vite.
- React 18
- TypeScript
- Jest
- React Testing Library
- Vite
- SASS
- ESLint
- Prettier
- Chrome Extension Manifest Version 3
- HRR(Hot Rebuild & Refresh/Reload)
- Clone this repository.
- Change
nameanddescriptionin package.json => Auto synchronize with manifest - Run
pnpm install(check your node version >= 16.6, recommended >= 18) - Run
pnpm run dev - Load Extension on Chrome
- Open - Chrome browser
- Access - chrome://extensions
- Check - Developer mode
- Find - Load unpacked extension
- Select -
distfolder in this project (after dev or build)
- If you want to build in production, Just run
pnpm run build.
This is a fork from chrome-extension-boilerplate-react-vite

