This commit is contained in:
2025-12-16 12:10:59 -07:00
parent 6655da4433
commit 8c8252c83e
8 changed files with 410 additions and 131 deletions

View File

@@ -1,3 +1,15 @@
# bunapi
# Elysia with Bun runtime
A template repo for Bun
## Getting Started
To get started with this template, simply paste this command into your terminal:
```bash
bun create elysia ./elysia-example
```
## Development
To start the development server run:
```bash
bun run dev
```
Open http://localhost:3000/ with your browser to see the result.