Chrome Extension Boilerplate with React + Vite + Typescript
This project is a boilerplate for creating chrome extensions using React and Typescript. The focus of this project was to improve build speed and development experience with Vite.
To install this boilerplate, follow the steps below:
npm install -g pnpm (make sure your node version is >= 16.6, recommended >= 18)pnpm install.pnpm dev or npm run dev for development.pnpm build or npm run build for production.chrome://extensions.dist folder.pnpm dev:firefox or npm run dev:firefox for development.pnpm build:firefox or npm run build:firefox for production.about:debugging#/runtime/this-firefox.manifest.json file from the dist folder.This project is a boilerplate for creating chrome extensions using React and Typescript. It focuses on improving build speed and development experience with Vite. It includes several features such as React 18, TypeScript, Vite, and more. The installation process involves cloning the repository, installing dependencies, and configuring the extension for either Chrome or Firefox.