Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelyuhe/chrome-extension-starter

Chrome extension starter template with React, TypeScript, Vite and Tailwind.
https://github.com/michaelyuhe/chrome-extension-starter

chrome-extension react starter-kit tailwindcss typescript vite

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Chrome Extension Starter

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

Built from [Chrome Extension Starter](https://github.com/chibat/chrome-extension-typescript-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

```bash
# Install dependencies
pnpm install

# Development
pnpm dev

# Build
pnpm build
```