https://github.com/8bittitan/alp
Link shortner built with HTMX, Elysia, Tailwind, Drizzle, Neon and Alpine
https://github.com/8bittitan/alp
alpinejs drizzle-orm elysia htmx
Last synced: 6 months ago
JSON representation
Link shortner built with HTMX, Elysia, Tailwind, Drizzle, Neon and Alpine
- Host: GitHub
- URL: https://github.com/8bittitan/alp
- Owner: 8bittitan
- Created: 2024-01-31T15:50:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T16:29:32.000Z (over 1 year ago)
- Last Synced: 2025-03-30T13:36:40.665Z (7 months ago)
- Topics: alpinejs, drizzle-orm, elysia, htmx
- Language: TypeScript
- Homepage: https://alp.fly.dev
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elysia with Bun runtime
## Getting Started
To get started with this template, simply paste this command into your terminal:
```bash
bun create elysia ./elysia-example
```## Development
To start the development server run:
```bash
bun run dev
```Open http://localhost:3000/ with your browser to see the result.