https://github.com/ctrly4sh/elysiajs-api
calable REST API built with Elysia.js, Bun, and TypeScript for optimal performance 🚀
https://github.com/ctrly4sh/elysiajs-api
Last synced: 12 months ago
JSON representation
calable REST API built with Elysia.js, Bun, and TypeScript for optimal performance 🚀
- Host: GitHub
- URL: https://github.com/ctrly4sh/elysiajs-api
- Owner: ctrly4sh
- Created: 2025-02-24T13:09:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T11:10:37.000Z (over 1 year ago)
- Last Synced: 2025-03-06T14:55:33.817Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- 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.