Asia/Philippines

HomeAboutProjects

© 2026 / - Z e r o

Back to Repositories

bun-elysia-app

0 stars0 forksTypeScript
carousel image
Mar 22, 2026

View on GitHub

Elysia + Bun Starter app (Backend)

Elysia with Bun runtime

Getting Started

To get started with this template, simply paste this command into your terminal:

<!-- Create New Project -->
bun create elysia project-name
<!-- Clone this project -->
git clone https://github.com/Zerodayu/bun-elysia-app.git

Development

To start the development server run:

bun run dev

Open http://localhost:8080/ with your browser to see the result


Open http://localhost:8080/openapi/ to open api Documentation

demo1 demo2

Features

  • openApi Documentation out-of-the-box support /openapi
  • Built-in test requests for the routes
  • TypeScript first app, means type safe
  • simple File Structure