Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rakemoon/elysia-template
Backend Service with Bun Stack ( Elysia, Drizzle)
https://github.com/Rakemoon/elysia-template
Last synced: 2 months ago
JSON representation
Backend Service with Bun Stack ( Elysia, Drizzle)
- Host: GitHub
- URL: https://github.com/Rakemoon/elysia-template
- Owner: Rakemoon
- License: gpl-3.0
- Created: 2024-08-23T11:03:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:10:36.000Z (2 months ago)
- Last Synced: 2024-09-05T13:30:56.562Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elysia-template
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.