Starter kit for building Chrome/Firefox extensions
The Extension Starter Kit is a tool designed for developers looking to build Chrome or Firefox extensions. It provides a starting point for creating extensions with support for TypeScript, React, Bootstrap, CSS Modules, and live reloading.
To install the Extension Starter Kit, follow these steps:
npm install to install the necessary dependencies.npm run develop to start the webpack-dev-server.chrome://extensions/ in your Chrome browser.dist-dev directory.npm run develop-firefox to start the webpack-dev-server.build/manifest.json from about:debugging#/runtime/this-firefox in your Firefox browser.The Extension Starter Kit is a versatile tool that provides a solid foundation for building Chrome and Firefox extensions. With support for TypeScript, React, Bootstrap, CSS Modules, and live reloading, developers can create powerful and visually appealing extensions with ease. The installation process is straightforward, allowing developers to quickly set up their development environment and start building their extensions.