/browser-extension-starter

A web extension starter kit built with React and TypeScript

Primary LanguageJavaScript

react-typescript-web-extension-starter

Getting Started

Run the following commands to install dependencies and start developing

npm install
npm run dev

Build

Run the following command to build the production-ready unpacked extension

npm run build

Built with