https://github.com/luqmanoop/bun-chrome-extension
Develop chrome extension with Bun 🐰 & React
https://github.com/luqmanoop/bun-chrome-extension
bun chrome-extension chrome-extensions typescript
Last synced: about 1 year ago
JSON representation
Develop chrome extension with Bun 🐰 & React
- Host: GitHub
- URL: https://github.com/luqmanoop/bun-chrome-extension
- Owner: luqmanoop
- License: mit
- Created: 2024-05-21T07:34:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T17:05:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T22:32:54.568Z (about 1 year ago)
- Topics: bun, chrome-extension, chrome-extensions, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# bun-chrome-extension
> Develop chrome extension with full TypeScript support using [Bun](https://bun.sh) 🐰 & [React](https://react.dev/)
Bun chrome extension is a starter template for developing chrome-extensions using modern frontend tooling.
## What's inside?
- [x] First-class TypeScript support
- [x] Background & content scripts
- [x] Popup & Options page built with React
- [x] Lint & format with [BiomeJS](https://biomejs.dev/)
- [x] Latest Manifest v3
- [x] TailwindCSS
Install dependencies:
```bash
bun install
```
Run:
```bash
bun run dev
```
Build:
```bash
bun run build
```
Package extension for publishing
```bash
bun run pack
```
## License
This project is licensed under the [MIT](/license) License.