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: Node 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