https://github.com/daniel-boll/breakfast-ts
Read the blog @
https://github.com/daniel-boll/breakfast-ts
bun elysiajs expressots
Last synced: about 1 year ago
JSON representation
Read the blog @
- Host: GitHub
- URL: https://github.com/daniel-boll/breakfast-ts
- Owner: Daniel-Boll
- Created: 2023-09-11T00:29:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T00:29:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T14:40:28.696Z (about 1 year ago)
- Topics: bun, elysiajs, expressots
- Language: TypeScript
- Homepage: https://daniel-boll.me/posts/a-breakfest-with-expressots-and-bun
- Size: 8.79 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elysia with Bun runtime
## 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.