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: 9 months ago
JSON representation
๐ง A Puppeteer + Bun + TypeScript starter template. Really fast ๐.
- Host: GitHub
- URL: https://github.com/ivokara/buneteer
- Owner: IvoKara
- Created: 2023-11-16T19:03:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T23:52:22.000Z (over 2 years ago)
- Last Synced: 2025-07-21T07:42:06.072Z (11 months ago)
- Topics: bun, puppeteer, starter, template, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!