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: about 1 month 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 (about 1 year ago)
- Last Synced: 2023-10-17T02:38:21.492Z (about 1 year ago)
- Topics: bun, elysia, htmx
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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.