Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ๐.
- Host: GitHub
- URL: https://github.com/ivokara/buneteer
- Owner: IvoKara
- Created: 2023-11-16T19:03:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T23:52:22.000Z (about 1 year ago)
- Last Synced: 2023-11-17T00:48:07.908Z (about 1 year ago)
- Topics: bun, puppeteer, starter, template, typescript
- Language: TypeScript
- Homepage:
- Size: 63.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!