GaryB432 / simple-chrome-extension-esbuild

A simple Chrome Extension built using TypeScript, React and esbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Chrome Extension built using TypeScript, React and esbuild


Languages

Language:JavaScript 38.5%Language:TypeScript 35.3%Language:CSS 21.8%Language:HTML 4.4%