Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximemoreillon/bun-elysia-htmx
https://github.com/maximemoreillon/bun-elysia-htmx
bun elysia htmx
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximemoreillon/bun-elysia-htmx
- Owner: maximemoreillon
- Created: 2023-09-18T01:49:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T09:42:06.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:13:40.446Z (15 days ago)
- Topics: bun, elysia, htmx
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun + Elysia + HTMX
This is sample code for a simple app built using Bun, Elysia and HTMX
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.