Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 778 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 778 Bytes

🚙 chrome-extension-ts-starter

A starter for developing a Chrome Extension with TypeScript (only, without React) + Webpack + TailwindCSS + ESLint + Prettier.

If you're looking for a starter with React supported, check this repository.

Getting Started

Requirements: node+npm, yarn.

# Insatll
npm i -g nodemon
npm i -g yarn

yarn

# Build -> dist/
yarn build

# Watch mode
yarn watch

Install extension

Open Chromium based browser's extension manager page > Enable "Developer mode" > "Load unpackaged" > Choose folder dist/. Don't forget to "pin" this extension in the extension bar.