/simple-chrome-extension-esbuild

A simple Chrome Extension built using TypeScript, React and esbuild

Primary LanguageJavaScript

Simple Chrome Extension Using TypeScript, React and esbuild

Demo repo showing how to create a Chrome Extension using TypeScript, React and esbuild. Supports CSS modules.

Dependencies

Make sure you have the following installed:

Installation and running the popup locally

npm run install
npm run dev

Building assets for uploading to Chrome Web Store

sudo chmod +x ./build.js
npm run build

Preview the production build locally

npm run preview