Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelyuhe/chrome-extension-starter
- Owner: MichaelYuhe
- License: mit
- Created: 2023-12-09T12:43:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T02:32:39.000Z (about 1 year ago)
- Last Synced: 2023-12-18T03:29:05.567Z (about 1 year ago)
- Topics: chrome-extension, react, starter-kit, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 968 KB
- Stars: 40
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```