https://github.com/mrbrunelli/bun-elysia-app
Bun web app example, using ElysiaJS and implementing clean architecture (very easy to decouple)
https://github.com/mrbrunelli/bun-elysia-app
bun clean-architecture elysiajs
Last synced: 8 months ago
JSON representation
Bun web app example, using ElysiaJS and implementing clean architecture (very easy to decouple)
- Host: GitHub
- URL: https://github.com/mrbrunelli/bun-elysia-app
- Owner: mrbrunelli
- Created: 2023-09-23T18:14:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T03:59:56.000Z (over 2 years ago)
- Last Synced: 2025-07-21T20:59:20.852Z (11 months ago)
- Topics: bun, clean-architecture, elysiajs
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- 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.