Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

Develop chrome extension with Bun 🐰 & React

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.