Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 475 Bytes

BUN HTMX Full Stack App Template

Full Stack App templated based HTMX, Server Side Components, SQLite, Elysia, and Bun as JavaScript Runtime.

Installing the dependencies

bun install

Setting up the SQLite Database Instance

bun setup_db

Start

bun start

Start in Watch Mode

bun dev

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