Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 483 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 483 Bytes

Chrome Extension Starter

Chrome extension starter template with React, TypeScript, Vite and Tailwind.

Built from Chrome Extension Starter

Features

  • Use React, Vite and TypeScript for development
  • Tailwind CSS support
  • Husky for commit check
  • Actions for build
  • Some utils to simplify Chrome API

Development

# Install dependencies
pnpm install

# Development
pnpm dev

# Build
pnpm build