Skip to content

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

License

Notifications You must be signed in to change notification settings

dinhanhthi/chrome-extension-ts-starter

Repository files navigation

🚙 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published