Get started writing a Chrome extension in TypeScript!
This starter is ready to go. It has everything configured:
TypeScript, Rollup, eslint, Prettier, and even a schema for your
manifest.json
file. It's React ready and has some basic VS
Code settings.
Quit reading this, clone the repo, and start creating something great!
npx degit https://github.com/ebukaodini/chrome-extension-template.git sample-extension
npm i
npm run start:dev