Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivokara/buneteer

๐Ÿง… A Puppeteer + Bun + TypeScript starter template. Really fast ๐Ÿš€.
https://github.com/ivokara/buneteer

bun puppeteer starter template typescript

Last synced: 1 day ago
JSON representation

๐Ÿง… A Puppeteer + Bun + TypeScript starter template. Really fast ๐Ÿš€.

Awesome Lists containing this project

README

        

# buneteer

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run start
```

## Try it now!

### GitHub Template

๐Ÿ“ฅ [Create a repo from this template on GitHub](https://github.com/IvoKara/buneteer/generate).

### Clone to local

๐Ÿงน If you prefer to do it manually with cleaner git history:

```bash
npx degit IvoKara/buneteer my-buneteer-app
cd my-buneteer-app
bun i
```
If you do not have `bun` installed on your machine, see how in [Bun's website.](https://bun.sh)

Enjoy!