Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/bun-test-astro-template
hands-on code for https://codewithme.muzamint.com/
https://github.com/mingderwang/bun-test-astro-template
astro bun example template test
Last synced: 3 days ago
JSON representation
hands-on code for https://codewithme.muzamint.com/
- Host: GitHub
- URL: https://github.com/mingderwang/bun-test-astro-template
- Owner: mingderwang
- Created: 2023-12-25T08:26:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-27T17:40:20.000Z (11 months ago)
- Last Synced: 2023-12-28T10:47:55.462Z (11 months ago)
- Topics: astro, bun, example, template, test
- Language: Astro
- Homepage: https://bun-test-astro-template.vercel.app/
- Size: 743 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.