Skip to content

bunstack-js/bunstack

Repository files navigation

bunstack

A simple but powerful stack for building fullstack web applications with Bun and ElysiaJS

Features

Getting Started

To install dependencies:

bun install

To run in development mode:

bun dev

To start the server in production mode:

bun start

This project was created using bun init in bun v1.0.29. Bun is a fast all-in-one JavaScript runtime.