https://github.com/narinsak-u/learn-elysia-101
https://github.com/narinsak-u/learn-elysia-101
bun elysiajs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/narinsak-u/learn-elysia-101
- Owner: narinsak-u
- Created: 2025-10-30T10:25:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-30T11:22:17.000Z (8 months ago)
- Last Synced: 2026-02-24T05:26:00.215Z (4 months ago)
- Topics: bun, elysiajs
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- 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.